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
8d16b2b1
Commit
8d16b2b1
authored
23 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
winsock 2 fixes
parent
4d2cb8b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/Makefile.m32
+2
-3
2 additions, 3 deletions
lib/Makefile.m32
src/Makefile.m32
+2
-2
2 additions, 2 deletions
src/Makefile.m32
with
4 additions
and
5 deletions
lib/Makefile.m32
+
2
−
3
View file @
8d16b2b1
#############################################################
# $Id$
#
## Makefile for building libcurl.a with MingW32 (GCC-2.95) and
## optionally OpenSSL (0.9.6)
...
...
@@ -12,7 +11,7 @@ CC = gcc
AR
=
ar
RANLIB
=
ranlib
STRIP
=
strip
-g
OPENSSL_PATH
=
../../openssl-0.9.6
OPENSSL_PATH
=
../../openssl-0.9.6
b
########################################################
## Nothing more to do below this line!
...
...
@@ -62,7 +61,7 @@ libcurl.a: $(libcurl_a_OBJECTS) $(libcurl_a_DEPENDENCIES)
libcurl.dll libcurldll.a
:
libcurl.a libcurl.def dllinit.o
-
@erase
$@
dllwrap
--dllname
$@
--output-lib
libcurldll.a
--export-all
--def
libcurl.def
$(
libcurl_a_LIBRARIES
)
dllinit.o
-L
$(
OPENSSL_PATH
)
/out
$(
DLL_LIBS
)
-lwsock32
dllwrap
--dllname
$@
--output-lib
libcurldll.a
--export-all
--def
libcurl.def
$(
libcurl_a_LIBRARIES
)
dllinit.o
-L
$(
OPENSSL_PATH
)
/out
$(
DLL_LIBS
)
-lwsock32
-lws2_32
$(
STRIP
)
$@
# remove the last line above to keep debug info
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.m32
+
2
−
2
View file @
8d16b2b1
...
...
@@ -11,7 +11,7 @@
CC
=
gcc
STRIP
=
strip
-s
OPENSSL_PATH
=
../../openssl-0.9.6
OPENSSL_PATH
=
../../openssl-0.9.6
b
# We may need these someday
# PERL = perl
...
...
@@ -36,7 +36,7 @@ else
curl_DEPENDENCIES
=
../lib/libcurl.a
curl_LDADD
=
-L
../lib
-lcurl
endif
curl_LDADD
+=
-lwsock32
curl_LDADD
+=
-lwsock32
-lws2_32
ifdef
SSL
curl_LDADD
+=
-L
$(
OPENSSL_PATH
)
/out
-leay32
-lssl32
-lRSAglue
endif
...
...
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