aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorJosue Andrade Gomes <josue.gomes.honeypot@gmail.com>2011-06-21 20:05:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-06-21 20:05:06 +0200
commit9016958aa8989f7d998476a1742d5806f6a3692d (patch)
tree5610e8aa9c6ce71203f495bf30c1eed8470c0956 /lib/Makefile.vc6
parent1614dc07452d50c017e29a69923ca339ec7fe859 (diff)
windows build: use correct MS CRT
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc62
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index 975cf852d..a778801dc 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -101,7 +101,7 @@ CCNODBG = cl.exe /O2 /DNDEBUG
CCDEBUG = cl.exe /Od /Gm /Zi /D_DEBUG /GZ
CFLAGSSSL = /DUSE_SSLEAY /I "$(OPENSSL_PATH)/inc32" /I "$(OPENSSL_PATH)/inc32/openssl"
CFLAGSZLIB = /DHAVE_ZLIB_H /DHAVE_ZLIB /DHAVE_LIBZ /I "$(ZLIB_PATH)"
-CFLAGS = /I. /I../include /nologo /W3 /GX /DWIN32 /YX /FD /c /DBUILDING_LIBCURL
+CFLAGS = /I. /I../include /nologo /W3 /GX /DWIN32 /YX /FD /c /DBUILDING_LIBCURL /D_BIND_TO_CURRENT_VCLIBS_VERSION=1
CFLAGSLIB = /DCURL_STATICLIB
LNKDLL = link.exe /DLL
LNKLIB = link.exe /lib