diff options
-rw-r--r-- | lib/Makefile.vc6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 480322666..820cec148 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -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
|