diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-01-22 15:11:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-01-22 15:11:48 (GMT) |
commit | a56b3731968c34b63e1c072ea734ae450e3af8f1 (patch) | |
tree | dc72c1feebe8c46ef3f8b686a70c75e9b70fd7d5 /win/Makefile.in | |
parent | c9da1ae24b322a43894506dfbe36d4949d9ba720 (diff) | |
download | tk-a56b3731968c34b63e1c072ea734ae450e3af8f1.zip tk-a56b3731968c34b63e1c072ea734ae450e3af8f1.tar.gz tk-a56b3731968c34b63e1c072ea734ae450e3af8f1.tar.bz2 |
Permit Tk 8.6 to use deprecated Tcl constructs (since we cannot look into the future, which constructs will be deprecated in Tcl 8.7+). Tk 8.6 should build independant of this.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 7e48213..e878484 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -207,8 +207,8 @@ BUILD_TCLSH = @BUILD_TCLSH@ # 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 = -DTCL_NO_DEPRECATED -DTK_NO_DEPRECATED +NO_DEPRECATED_FLAGS = +#NO_DEPRECATED_FLAGS = -DTK_NO_DEPRECATED # TCL_EXE is the name of a tclsh executable that is available *BEFORE* # running make for the first time. Certain build targets (make genstubs) |