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
c0d1d692
Commit
c0d1d692
authored
20 years ago
by
Guenter Knauf
Browse files
Options
Downloads
Patches
Plain Diff
some more tweaks, fixed zlib suport.
parent
fca8fcec
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.b32
+18
-6
18 additions, 6 deletions
lib/Makefile.b32
with
18 additions
and
6 deletions
lib/Makefile.b32
+
18
−
6
View file @
c0d1d692
...
...
@@ -24,29 +24,37 @@ OPENSSL_PATH = ../../openssl-0.9.7d
# Set libcurl's name
LIBCURLLIB
=
libcurl.lib
LIBCURLDLL
=
libcurl.dll
# Setup environment
CXX
=
bcc32
LD
=
bcc32
CP
=
copy
RM
=
del
LIB
=
tlib
TOPDIR
=
..
CURNTDIR
=
.
CXXFLAGS
=
-5
-O2
-w-aus
-w-ccc
-w-csu
-w-par
-w-pia
-w-rch
-w-inl
-w-ngu
-w-pro
-tWM
CXXFLAGS
=
-q
-5
-O2
-w-aus
-w-ccc
-w-csu
-w-par
-w-pia
-w-rch
-w-inl
-w-ngu
-w-pro
-tWM
LDFLAGS
=
-q
-lq
-laa
-tWD
INCDIRS
=
-I
$(
CURNTDIR
);$(
TOPDIR
)
/include
#LINKLIB = $(BCCDIR)\lib\psdk\ws2_32.lib
LINKLIB
=
$(
BCCDIR
)
/lib/cw32mt.lib
# If you build with SSL support, set WITH_SSL=1
DEFINES
=
-DLIBCURL_BIGENDIAN
=
0
-DNDEBUG
-DWIN32
-DCONSOLE
-DMBCS
DEFINES
=
-DLIBCURL_BIGENDIAN
=
0
-DNDEBUG
-DWIN32
-D_CONSOLE
-D_MBCS
!
ifdef
WITH_ZLIB
DEFINES
=
$(
DEFINES
)
-DHAVE_LIBZ
-DHAVE_ZLIB_H
INCDIRS
=
$(
INCDIRS
);$(
ZLIB_PATH
)
# LINKLIB = $(LINKLIB) $(ZLIB_PATH)/zlib.lib
!
endif
!
ifdef
WITH_SSL
DEFINES
=
$(
DEFINES
)
-DUSE_SSLEAY
INCDIRS
=
$(
INCDIRS
);$(
OPENSSL_PATH
)
/inc32
;$(
OPENSSL_PATH
)
/inc32/openssl
# LINKLIB = $(LINKLIB) $(OPENSSL_PATH)/out32/ssleay32.lib $(OPENSSL_PATH)/out32/libeay32.lib
!
endif
.
SUFFIXES
:
.c
.
autodepend
# Makefile.inc provides the CSOURCES and HHEADERS defines
!
include
Makefile.inc
...
...
@@ -63,10 +71,14 @@ clean:
-$(
RM
)
*
.obj
-$(
RM
)
getdate.c
$(LIBCURLLIB)
:
$(OBJECTS)
$(LINKLIB)
$(LIBCURLLIB)
:
$(OBJECTS)
@
-
$(
RM
)
$@
$(
LIB
)
$@
/a
$*
*
$(LIBCURLDLL)
:
$(OBJECTS) $(LINKLIB)
@
-
$(
RM
)
$@
$(
LD
)
$(
LDFLAGS
)
-e
$@
$*
*
getdate.c
:
getdate.c.cvs
@
echo
Creating
$@
@
-
$(
RM
)
getdate.y
...
...
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