Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
fbdc1b1e
Commit
fbdc1b1e
authored
20 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
Generate curllib.dsp on dist.time from msvcproj.head msvcproj.foot and the
known source files. Not actually verified to work yet.
parent
e942df75
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/Makefile.am
+13
-1
13 additions, 1 deletion
lib/Makefile.am
with
13 additions
and
1 deletion
lib/Makefile.am
+
13
−
1
View file @
fbdc1b1e
...
...
@@ -28,7 +28,7 @@ EXTRA_DIST = getdate.y Makefile.b32 Makefile.b32.resp Makefile.m32 \
ca-bundle.crt README.encoding README.memoryleak README.ares README.curlx
\
makefile.dj config.dj libcurl.framework.make libcurl.plist libcurl.rc
\
config-amigaos.h amigaos.c amigaos.h makefile.amiga config-netware.h
\
Makefile.netware nwlib.c libcurl.imp
Makefile.netware nwlib.c libcurl.imp
msvcproj.head msvcproj.foot
lib_LTLIBRARIES
=
libcurl.la
...
...
@@ -97,6 +97,8 @@ libcurl_la_SOURCES = arpa_telnet.h file.c netrc.h timeval.c base64.c \
hostip4.c hostip6.c hostsyn.c hostthre.c inet_ntop.c inet_ntop.h
\
curlx.h
WIN32_SOURCES
=
$(
libcurl_la_SOURCES
)
config-win32.h
noinst_HEADERS
=
setup.h transfer.h
BUILT_SOURCES
=
$(
srcdir
)
/getdate.c
$(
top_builddir
)
/lib/ca-bundle.h
...
...
@@ -129,3 +131,13 @@ install-data-hook:
dist-hook
:
chmod
0644
$(
distdir
)
/ca-bundle.h
echo
"/* ca bundle path set in here*/"
>
$(
distdir
)
/ca-bundle.h
curllib.dsp
:
msvcproj.head msvcproj.foot Makefile.am
cp
msvcproj.head curllib.dsp
(
for
file
in
$(
WIN32_SOURCES
);
do
\
echo
"# Begin Source File"
>>
curllib.dsp
;
\
echo
""
>>
curllib.dsp
;
\
echo
"SOURCE=.
\\
"
$$
file
>>
curllib.dsp
;
\
echo
"# End Source File"
>>
curllib.dsp
;
\
done
;
\
cat
msvcproj.foot
>>
curllib.dsp
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment