mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:23:44 +03:00
James Clancy updated the Borland makefiles
This commit is contained in:
parent
426954ff95
commit
012c4ee1fa
4 changed files with 14 additions and 11 deletions
|
|
@ -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)\Lib\psdk\ws2_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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue