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
012c4ee1
Commit
012c4ee1
authored
21 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
James Clancy updated the Borland makefiles
parent
426954ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGES
+5
-3
5 additions, 3 deletions
CHANGES
lib/Makefile.b32
+4
-4
4 additions, 4 deletions
lib/Makefile.b32
lib/Makefile.b32.resp
+2
-0
2 additions, 0 deletions
lib/Makefile.b32.resp
src/Makefile.b32
+3
-4
3 additions, 4 deletions
src/Makefile.b32
with
14 additions
and
11 deletions
CHANGES
+
5
−
3
View file @
012c4ee1
...
...
@@ -8,13 +8,15 @@
Daniel (27 November)
- Markus Moeller improvied the SPNEGO detection in the configure script.
- James Clancy made the Borland Makefiles up to date.
- Markus Moeller improved the SPNEGO detection in the configure script.
Daniel (25 November)
- 'Dave' filed bug report #848371, identifying that if you'd do POST over a
proxy to a https server, libcurl didn't POST at all, it just made a GET! It
turned out to be because libcurl wronly didn't consider the authentication
"negoti
t
ation phase" to be complete yet.
turned out to be because libcurl wron
g
ly didn't consider the authentication
"negotiation phase" to be complete yet.
I added test case 95 to verify my fix for this.
...
...
This diff is collapsed.
Click to expand it.
lib/Makefile.b32
+
4
−
4
View file @
012c4ee1
...
...
@@ -18,18 +18,19 @@ TOPDIR = ..
CURNTDIR
=
.
CXXFLAGS
=
-5
-O2
-w-aus
-w-ccc
-w-csu
-w-par
-w-pia
-w-rch
-w-inl
-w-ngu
-w-pro
-tWM
DEFINES
=
-DLIBCURL_BIGENDIAN
=
0
-DNDEBUG
-DWIN32
-DCONSOLE
-DMBCS
INCDIRS
=
-I
$(
CURNTDIR
);$(
TOPDIR
)
/
include
/
INCDIRS
=
-I
$(
CURNTDIR
);$(
TOPDIR
)
\
i
nclude
\
# 'BCCDIR' has to be set up in your c:\autoexec.bat
# i.e. SET BCCDIR = c:\Borland\BCC55
# where c:\Borland\BCC55 is the compiler is installed
LINKLIB
=
$(
BCCDIR
)
/
lib
/
psdk
/
ws2_32.lib
LINKLIB
=
$(
BCCDIR
)
\
l
ib
\
p
sdk
\
w
s2_32.lib
LIBCURLLIB
=
libcurl.lib
.SUFFIXES
:
.c
SOURCES
=
\
base64.c
\
md5.c
\
cookie.c
\
transfer.c
\
escape.c
\
...
...
@@ -37,6 +38,7 @@ SOURCES = \
ftp.c
\
http.c
\
http_chunks.c
\
http_digest.c
\
ldap.c
\
dict.c
\
telnet.c
\
...
...
@@ -80,5 +82,3 @@ clean:
$(LIBCURLLIB)
:
$(LINKLIB) $(OBJECTS) Makefile.b32.resp
-$(
RM
)
$(
LIBCURLLIB
)
$(
LIB
)
$(
LIBCURLLIB
)
@Makefile.b32.resp
This diff is collapsed.
Click to expand it.
lib/Makefile.b32.resp
+
2
−
0
View file @
012c4ee1
+base64.obj
&
+md5.obj
&
+cookie.obj
&
+transfer.obj
&
+escape.obj
&
...
...
@@ -6,6 +7,7 @@
+ftp.obj
&
+http.obj
&
+http_chunks.obj
&
+http_digest.obj
&
+ldap.obj
&
+dict.obj
&
+telnet.obj
&
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.b32
+
3
−
4
View file @
012c4ee1
...
...
@@ -25,8 +25,7 @@ LIBCURLLIB= $(TOPDIR)/lib/libcurl.lib
# 'BCCDIR' has to be set up in your c:\autoexec.bat
# i.e. SET BCCDIR = c:\Borland\BCC55
# where c:\Borland\BCC55 is the compiler is installed
LINKLIB
=
$(
BCCDIR
)
/lib/psdk/wsock32.lib
LINKLIB
=
$(
BCCDIR
)
\L
ib
\p
sdk
\w
s2_32.lib
PROGRAMS
=
\
curl.exe
...
...
@@ -36,8 +35,8 @@ PROGRAMS = \
all
:
$(PROGRAMS)
curl.exe
:
$(LIBCURLLIB) $(LINKLIB) hugehelp.obj writeout.obj urlglob.obj main.obj
$(
LD
)
$(
LDFLAGS
)
hugehelp.obj writeout.obj urlglob.obj main.obj
$(
LIBCURLLIB
)
$(
LINKLIB
)
curl.exe
:
$(LIBCURLLIB) $(LINKLIB) hugehelp.obj writeout.obj urlglob.obj main.obj
homedir.obj
$(
LD
)
$(
LDFLAGS
)
hugehelp.obj writeout.obj urlglob.obj main.obj
homedir.obj
$(
LIBCURLLIB
)
$(
LINKLIB
)
clean
:
$(
RM
)
*
.obj
...
...
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