mirror of
https://github.com/curl/curl.git
synced 2026-07-26 17:07:16 +03:00
Fix to overwrite libcurl name.
This commit is contained in:
parent
af4eae77ac
commit
6ea043a504
2 changed files with 13 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue