Commit 30a0bd9c authored by sm's avatar sm
Browse files

Fixed release-ssl build

parent ae40cdf9
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -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)