summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-15 22:21:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-15 22:21:03 (GMT)
commit0101865f6215347bc61daa8970fbf08bebf97c1b (patch)
tree85594cb6af6f2f642dd6a7e12630d4fca9be0a6b /win/Makefile.in
parentd3463815d861cc5be6f89b23dc95b28e7e6f4c41 (diff)
downloadtk-0101865f6215347bc61daa8970fbf08bebf97c1b.zip
tk-0101865f6215347bc61daa8970fbf08bebf97c1b.tar.gz
tk-0101865f6215347bc61daa8970fbf08bebf97c1b.tar.bz2
don't crash if Tcl_FindExecutable cannot be called
don't compile with TCL_NO_DEPRECATED (otherwise Tcl_[GS]etStartupScript could be taken from the public stub table with Tcl 8.6)
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 24217be..550e6ae 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -163,7 +163,7 @@ LDFLAGS_OPTIMIZE = @LDFLAGS_OPTIMIZE@
# Tk does not used deprecated Tcl constructs so it should
# compile fine with -DTCL_NO_DEPRECATED. To remove its own
# set of deprecated code uncomment the second line.
-NO_DEPRECATED_FLAGS = -DTCL_NO_DEPRECATED
+NO_DEPRECATED_FLAGS =
#NO_DEPRECATED_FLAGS = -DTCL_NO_DEPRECATED -DTK_NO_DEPRECATED
# To change the compiler switches, for example to change from optimization to