From: sm Date: Thu, 22 Nov 2001 00:12:48 +0000 (+0000) Subject: Fixed release-ssl build X-Git-Tag: curl-7_9_2~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30a0bd9cf5302f13d338f50ac3d27ab9465f004f;p=thirdparty%2Fcurl.git Fixed release-ssl build --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 4803226661..820cec148c 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