Fix to overwrite libcurl name.

This commit is contained in:
Guenter Knauf
2010-08-07 18:32:39 +02:00
parent af4eae77ac
commit 6ea043a504
2 changed files with 13 additions and 6 deletions

View File

@@ -10,15 +10,17 @@ SYS_INCL = -I$(%watcom)\h\nt -I$(%watcom)\h
SYS_LIBS = $(%watcom)\lib386\nt;$(%watcom)\lib386
!endif
!ifndef %libname
!ifdef %libname
LIBNAME = $(%libname)
!else
LIBNAME = libcurl
!endif
TARGETS = $(LIBNAME).dll $(LIBNAME)_imp.lib $(LIBNAME).lib
CC = wcc386
LD = wlink
RC = wrc
AR = wlib
RC = wrc
!ifdef __LOADDLL__
! loaddll wcc386 wccd386