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