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
08df4b89
Commit
08df4b89
authored
20 years ago
by
Guenter Knauf
Browse files
Options
Downloads
Patches
Plain Diff
changed paths to external libs to recent versions.
parent
11f58ea8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/Makefile.vc6
+14
-14
14 additions, 14 deletions
lib/Makefile.vc6
with
14 additions
and
14 deletions
lib/Makefile.vc6
+
14
−
14
View file @
08df4b89
...
...
@@ -25,11 +25,11 @@
LIB_NAME
=
libcurl
LIB_NAME_DEBUG
=
libcurld
!IFNDEF
OPENSSL_PATH
OPENSSL_PATH
=
../../openssl-0.9.7
a
OPENSSL_PATH
=
../../openssl-0.9.7
d
!ENDIF
!IFNDEF
ZLIB_PATH
ZLIB_PATH
=
../../zlib-1.
1.4
ZLIB_PATH
=
../../zlib-1.
2.1
!ENDIF
# Use the high resolution time by default. Comment this out to use low
...
...
@@ -39,23 +39,23 @@ USEMM_LIBS = YES
#############################################################
## Nothing more to do below this line!
CCNODBG
=
cl.exe /MD /O2 /D
"NDEBUG"
CCDEBUG
=
cl.exe /MDd /Od /Gm /Zi /D
"_DEBUG"
/GZ
CFLAGSSSL
=
/D
"USE_SSLEAY"
/I
"
$(
OPENSSL_PATH
)
/inc32"
/I
"
$(
OPENSSL_PATH
)
/inc32/openssl"
CCNODBG
=
cl.exe /MD /O2 /D
"NDEBUG"
CCDEBUG
=
cl.exe /MDd /Od /Gm /Zi /D
"_DEBUG"
/GZ
CFLAGSSSL
=
/D
"USE_SSLEAY"
/I
"
$(
OPENSSL_PATH
)
/inc32"
/I
"
$(
OPENSSL_PATH
)
/inc32/openssl"
CFLAGSZLIB
=
/D
"HAVE_ZLIB_H"
/D
"HAVE_ZLIB"
/D
"HAVE_LIBZ"
/I
"
$(
ZLIB_PATH
)
"
CFLAGS
=
/I
"."
/I
"../include"
/nologo /W3 /GX /D
"WIN32"
/D
"VC6"
/D
"_MBCS"
/D
"_LIB"
/YX /FD /c /D
"MSDOS"
LNKDLL
=
link.exe /DLL /def:libcurl.def
LNKLIB
=
link.exe /lib
LFLAGS
=
/nologo
SSLLIBS
=
libeay32.lib ssleay32.lib
CFLAGS
=
/I
"."
/I
"../include"
/nologo /W3 /GX /D
"WIN32"
/D
"VC6"
/D
"_MBCS"
/D
"_LIB"
/YX /FD /c /D
"MSDOS"
LNKDLL
=
link.exe /DLL /def:libcurl.def
LNKLIB
=
link.exe /lib
LFLAGS
=
/nologo
SSLLIBS
=
libeay32.lib ssleay32.lib
!IFDEF
USEMM_LIBS
WINLIBS
=
wsock32.lib winmm.lib
WINLIBS
=
wsock32.lib winmm.lib
!ELSE
WINLIBS
=
wsock32.lib
CFLAGS
=
$(
CFLAGS
)
/D
"WITHOUT_MM_LIB"
WINLIBS
=
wsock32.lib
CFLAGS
=
$(
CFLAGS
)
/D
"WITHOUT_MM_LIB"
!ENDIF
# RSAglue.lib was formerly needed in the SSLLIBS
CFGSET
=
FALSE
CFGSET
=
FALSE
######################
# release
...
...
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