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
a0869522
Commit
a0869522
authored
17 years ago
by
Gisle Vanem
Browse files
Options
Downloads
Patches
Plain Diff
Removed use of '..\lib\libcurl_wc.lib' as this is not really
a static-lib. Renamed 'OBJ_DIR' to 'WC_Win32.obj'.
parent
2b314064
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
src/Makefile.Watcom
+3
-18
3 additions, 18 deletions
src/Makefile.Watcom
with
3 additions
and
18 deletions
src/Makefile.Watcom
+
3
−
18
View file @
a0869522
#
# Watcom / OpenWatcom / Win32 makefile for cURL.
# G. Vanem <g
i
va
@bgnett
.no>
# G. Vanem <gva
nem@broadpark
.no>
#
# $Id$
#
# Set to 1 to use static lib.
# Set to 0 to use DLL and import lib.
#
STATIC
=
0
CC
=
wcc386
CFLAGS
=
-3r
-mf
-d3
-hc
-zff
-zgf
-zq
-zm
-s
-fr
=
con
-w2
-fpi
-oilrtfm
&
...
...
@@ -17,15 +11,7 @@ CFLAGS = -3r -mf -d3 -hc -zff -zgf -zq -zm -s -fr=con -w2 -fpi -oilrtfm &
-dSIZEOF_CURL_OFF_T
=
8
-dCURLDEBUG
-dENABLE_IPV6
-dHAVE_WINSOCK2_H
&
-I..\
include
-I..\lib
!
ifeq
STATIC 0
LIBCURL
=
..
\l
ib
\l
ibcurl_wc_imp.lib
!
else
CFLAGS
+=
-dCURL_STATICLIB
LIBCURL
=
..
\l
ib
\l
ibcurl_wc.lib
!
endif
OBJ_DIR
=
Watcom_obj
OBJ_DIR
=
WC_Win32.obj
OBJS
=
$(
OBJ_DIR
)
\g
etpass.obj
$(
OBJ_DIR
)
\h
omedir.obj
$(
OBJ_DIR
)
\h
ugehelp.obj &
$(OBJ_DIR)\main.obj
$(OBJ_DIR)\urlglob.obj
$(OBJ_DIR)\writeenv.obj
&
...
...
@@ -46,7 +32,7 @@ curl.exe: $(OBJS) $(RESOURCE)
wlink name
$@
system nt file
{
$(
OBJS
)
}
&
option quiet, map, caseexact, eliminate,
res
=
$(
RESOURCE
)
&
libpath
$(
%watcom
)
\l
ib386
;$(
%watcom
)
\l
ib386
\n
t &
library
$(
LIBCURL
)
, clib3r.lib, ws2_32.lib
library
..
\l
ib
\l
ibcurl_wc_imp.lib
, clib3r.lib, ws2_32.lib
clean
:
.SYMBOLIC
-
rm
-f
$(
OBJS
)
$(
RESOURCE
)
...
...
@@ -61,7 +47,6 @@ $(RESOURCE): curl.rc
.ERASE
.c{$(OBJ_DIR)}.obj
:
$(
CC
)
$[
@
$(
CFLAGS
)
-fo
=
$@
@
echo
.
#
# Dependencies based on "gcc -MM .."
...
...
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