aboutsummaryrefslogtreecommitdiff
path: root/src/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 /src/Makefile.vc6
parent1614dc07452d50c017e29a69923ca339ec7fe859 (diff)
windows build: use correct MS CRT
Diffstat (limited to 'src/Makefile.vc6')
-rw-r--r--src/Makefile.vc64
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.vc6 b/src/Makefile.vc6
index 779f70b6c..a25680be2 100644
--- a/src/Makefile.vc6
+++ b/src/Makefile.vc6
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1999 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1999 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -114,7 +114,7 @@ CCD = cl.exe $(RTLIBD) /Gm /ZI /Od /D_DEBUG /GZ
LINKD = link.exe /incremental:yes /debug /libpath:"../lib"
RCD = rc.exe /dDEBUGBUILD=1
-CFLAGS = /I../lib /I../include /nologo /W3 /GX /DWIN32 /YX /FD /c
+CFLAGS = /I../lib /I../include /nologo /W3 /GX /DWIN32 /YX /FD /c /D_BIND_TO_CURRENT_VCLIBS_VERSION=1
LFLAGS = /nologo /out:$(PROGRAM_NAME) /subsystem:console /machine:$(MACHINE)
RESFLAGS = /i../include