summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-20 14:07:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-20 14:07:30 (GMT)
commit0c9c64f76498585487efd90abb910d7f1e23072c (patch)
tree1c8c6d4e243c3209a9d4710c3797d72b37296d7d /win/makefile.vc
parent681a97f23f6dac0cf64084ca04dfa2e9cd422114 (diff)
downloadtcl-0c9c64f76498585487efd90abb910d7f1e23072c.zip
tcl-0c9c64f76498585487efd90abb910d7f1e23072c.tar.gz
tcl-0c9c64f76498585487efd90abb910d7f1e23072c.tar.bz2
Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists on unix, even though it should just be empty: TEA extensions might depend on it.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 8cbae2e..ada08cc 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -878,6 +878,7 @@ $(OUT_DIR)\tclConfig.sh: $(WINDIR)\tclConfig.sh.in
@SHLIB_SUFFIX@ .dll
@DL_LIBS@
@LDFLAGS@
+@TCL_CC_SEARCH_FLAGS@
@TCL_LD_SEARCH_FLAGS@
@LIBOBJS@
@RANLIB@