mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Fixed release-ssl build
This commit is contained in:
parent
ae40cdf92f
commit
30a0bd9cf5
@ -71,9 +71,9 @@ CFGSET = TRUE
|
||||
|
||||
######################
|
||||
# release-ssl
|
||||
#todo
|
||||
|
||||
!IF "$(CFG)" == "release-ssl"
|
||||
TARGET =$(LIB_NAME).dll
|
||||
TARGET =$(LIB_NAME).lib
|
||||
DIROBJ =.\$(CFG)
|
||||
LNK = $(LNKLIB) $(LFLAGSSSL) /out:$(TARGET)
|
||||
LINKLIBS = $(LINKLIBS) $(SSLLIBS)
|
||||
@ -215,4 +215,4 @@ $(DIROBJ):
|
||||
clean:
|
||||
-@erase $(DIROBJ)\*.obj
|
||||
-@erase vc60.idb
|
||||
-@erase vc60.pch
|
||||
-@erase vc60.pch
|
||||
|
Loading…
Reference in New Issue
Block a user