summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-21 11:59:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-21 11:59:08 (GMT)
commit04cca0c902d180cb87384cf1866db64154438198 (patch)
tree86df22f32106e2c8d4df41d8d7529a08777bf5d4 /win/makefile.vc
parentf4d8eff5acd1c734600b4d80a7b9abf2bcc1f848 (diff)
downloadtcl-04cca0c902d180cb87384cf1866db64154438198.zip
tcl-04cca0c902d180cb87384cf1866db64154438198.tar.gz
tcl-04cca0c902d180cb87384cf1866db64154438198.tar.bz2
Finally, make it compile warning-free using Visual Studio, if ZIPFS_IN_TCL is defined
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 2e04f15..80682b9 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -504,7 +504,7 @@ crt = -MT
!endif
TCL_INCLUDES = -I"$(WINDIR)" -I"$(GENERICDIR)" -I"$(TOMMATHDIR)"
-TCL_DEFINES = -DTCL_TOMMATH -DMP_PREC=4 -Dinline=__inline -DHAVE_ZLIB=1
+TCL_DEFINES = -DTCL_TOMMATH -DMP_PREC=4 -Dinline=__inline -DHAVE_ZLIB=1 -DZIPFS_IN_TCL
BASE_CFLAGS = $(cflags) $(cdebug) $(crt) $(TCL_INCLUDES) $(TCL_DEFINES)
CON_CFLAGS = $(cflags) $(cdebug) $(crt) -DCONSOLE
TCL_CFLAGS = $(BASE_CFLAGS) $(OPTDEFINES)