Skip to content
Snippets Groups Projects
Commit 30a0bd9c authored by sm's avatar sm
Browse files

Fixed release-ssl build

parent ae40cdf9
No related branches found
No related tags found
No related merge requests found
......@@ -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
\ No newline at end of file
-@erase vc60.pch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment