diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-12-14 17:26:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-12-14 17:26:45 (GMT) |
commit | c6496bf3c66241288028b50e8fddd98442a2ddab (patch) | |
tree | f698ec6fdda30d47fc7075b817c52677baa8593a /unix/Makefile.in | |
parent | b411de22bdd3186e8ceb610dec1d2176cf0835f9 (diff) | |
download | tk-c6496bf3c66241288028b50e8fddd98442a2ddab.zip tk-c6496bf3c66241288028b50e8fddd98442a2ddab.tar.gz tk-c6496bf3c66241288028b50e8fddd98442a2ddab.tar.bz2 |
Allow "tk scaling" in safe interpreters, but not when they try to set the scaling factor
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index e98070e..77589ba 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -112,7 +112,7 @@ TCL_PLATFORM_DIR = $(TCLDIR)/unix # for this version of Tk: TCL_BIN_DIR = @TCL_BIN_DIR@ -# The linker flags needed to link in the Tcl library (ex: -ltcl8.2) +# The linker flags needed to link in the Tcl library (ex: -ltcl8.6) TCL_LIB_FLAG = @TCL_LIB_FLAG@ # Flag, 1: we're building a shared lib, 0 we're not @@ -190,7 +190,7 @@ KEYSYM_FLAGS = # compile fine with -DTCL_NO_DEPRECATED. To remove its own # set of deprecated code uncomment the second line. NO_DEPRECATED_FLAGS = -#NO_DEPRECATED_FLAGS = -DTK_NO_DEPRECATED +#NO_DEPRECATED_FLAGS = -DTCL_NO_DEPRECATED -DTK_NO_DEPRECATED # Some versions of make, like SGI's, use the following variable to # determine which shell to use for executing commands: |