summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-11 14:34:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-11 14:34:21 (GMT)
commit258e0ce3235ee5f4735eae0f923fd95e128347cc (patch)
tree7bc490834700b7af1f11bd95512d70587c401dcf /win
parent4a54b3c89a0f656a1c344bcb5978e55be37c6081 (diff)
downloadtcl-258e0ce3235ee5f4735eae0f923fd95e128347cc.zip
tcl-258e0ce3235ee5f4735eae0f923fd95e128347cc.tar.gz
tcl-258e0ce3235ee5f4735eae0f923fd95e128347cc.tar.bz2
Not really a problem, since SHLIB_CFLAGS is empty on win32 .... still this is wrong...
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 777a6d8..5943893 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -209,7 +209,7 @@ SHELL = @SHELL@
RM = rm -f
COPY = cp
-CC_SWITCHES = ${CFLAGS} ${CFLAGS_WARNING} ${TCL_SHLIB_CFLAGS} \
+CC_SWITCHES = ${CFLAGS} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} \
-I"${ZLIB_DIR_NATIVE}" -I"${GENERIC_DIR_NATIVE}" -DTCL_TOMMATH \
-DMP_PREC=4 -I"${TOMMATH_DIR_NATIVE}" -I"${WIN_DIR_NATIVE}" \
${AC_FLAGS} ${COMPILE_DEBUG_FLAGS} ${NO_DEPRECATED_FLAGS}