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
9f21f74f
Commit
9f21f74f
authored
17 years ago
by
Guenter Knauf
Browse files
Options
Downloads
Patches
Plain Diff
enabled ares build.
parent
37601803
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
+7
-0
7 additions, 0 deletions
lib/Makefile.m32
src/Makefile.m32
+6
-0
6 additions, 0 deletions
src/Makefile.m32
with
13 additions
and
0 deletions
lib/Makefile.m32
+
7
−
0
View file @
9f21f74f
...
...
@@ -19,6 +19,8 @@ ifndef ZLIB_PATH
ZLIB_PATH
=
../../zlib-1.2.3
endif
ARES_LIB
=
../ares
CC
=
gcc
AR
=
ar
RM
=
rm
-f
...
...
@@ -30,6 +32,11 @@ STRIP = strip -g
INCLUDES
=
-I
.
-I
../include
CFLAGS
=
-g
-O2
-DBUILDING_LIBCURL
-DHAVE_LONGLONG
ifdef
ARES
INCLUDES
+=
-I
$(
ARES_LIB
)
CFLAGS
+=
-DUSE_ARES
DLL_LIBS
+=
-L
$(
ARES_LIB
)
-lcares
endif
ifdef
SSH2
INCLUDES
+=
-I
"
$(
LIBSSH2_PATH
)
/include"
-I
"
$(
LIBSSH2_PATH
)
/win32"
CFLAGS
+=
-DUSE_LIBSSH2
-DHAVE_LIBSSH2_H
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.m32
+
6
−
0
View file @
9f21f74f
...
...
@@ -19,6 +19,8 @@ ifndef ZLIB_PATH
ZLIB_PATH
=
../../zlib-1.2.3
endif
ARES_LIB
=
../ares
CC
=
gcc
CFLAGS
=
-g
-O2
LDFLAGS
=
...
...
@@ -47,6 +49,10 @@ else
curl_LDADD
=
-L
../lib
-lcurl
COMPILE
+=
-DCURL_STATICLIB
endif
ifdef
ARES
CFLAGS
+=
-DUSE_ARES
curl_LDADD
+=
-L
$(
ARES_LIB
)
-lcares
endif
ifdef
SSH2
CFLAGS
+=
-DUSE_LIBSSH2
-DHAVE_LIBSSH2_H
curl_LDADD
+=
-L
$(
LIBSSH2_PATH
)
/win32
-lssh2
...
...
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