aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorsm <sm@resistor.net>2001-11-22 00:12:48 +0000
committersm <sm@resistor.net>2001-11-22 00:12:48 +0000
commit30a0bd9cf5302f13d338f50ac3d27ab9465f004f (patch)
tree9be4b6e8bce478d6d7f40f24e7e582cd39a7abb5 /lib
parentae40cdf92fe05f49a146bbab5e7c9ac3e5c8c59c (diff)
Fixed release-ssl build
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.vc66
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