]> granicus.if.org Git - curl/commitdiff
Reported by 'TemPRImus' in bug 1326665: use the "Multi-Threaded" options even
authorDaniel Stenberg <daniel@haxx.se>
Fri, 14 Oct 2005 13:22:49 +0000 (13:22 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 14 Oct 2005 13:22:49 +0000 (13:22 +0000)
when building the static library. http://curl.haxx.se/bug/view.cgi?id=1326665

lib/Makefile.vc6

index cebf1f3a968692f7297f215b7a8e925731cd5491..14bbe4142a048ab7a953ebb1ed03876090564dd9 100644 (file)
@@ -67,8 +67,8 @@ USEMM_LIBS = YES
 #############################################################\r
 ## Nothing more to do below this line!\r
 \r
-CCNODBG    = cl.exe /MD /O2 /DNDEBUG\r
-CCDEBUG    = cl.exe /MDd /Od /Gm /Zi /D_DEBUG /GZ\r
+CCNODBG    = cl.exe /MT /O2 /DNDEBUG\r
+CCDEBUG    = cl.exe /MTd /Od /Gm /Zi /D_DEBUG /GZ\r
 CFLAGSSSL  = /DUSE_SSLEAY /I "$(OPENSSL_PATH)/inc32" /I "$(OPENSSL_PATH)/inc32/openssl"\r
 CFLAGSZLIB = /DHAVE_ZLIB_H /DHAVE_ZLIB /DHAVE_LIBZ /I "$(ZLIB_PATH)"\r
 CFLAGS     = /I. /I../include /nologo /W3 /GX /DWIN32 /YX /FD /c /DBUILDING_LIBCURL\r