summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-17 12:39:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-17 12:39:57 (GMT)
commit2e7b097afc15bc6b6fad5e18b7bd69d961e9b349 (patch)
treed34bf8f7c7375a04c84f0b609c70974f88d67865 /win/Makefile.in
parent7351a944cfea2faa238bf630aa446bed104c01f2 (diff)
downloadtk-2e7b097afc15bc6b6fad5e18b7bd69d961e9b349.zip
tk-2e7b097afc15bc6b6fad5e18b7bd69d961e9b349.tar.gz
tk-2e7b097afc15bc6b6fad5e18b7bd69d961e9b349.tar.bz2
tag Tk_FreeXId() as deprecated. Remove the function from the build if TK_NO_DEPRECATED is defined.
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 7e48213..0b1acd7 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -730,7 +730,7 @@ genstubs:
"$(GENERIC_DIR_NATIVE)" \
"$(GENERIC_DIR_NATIVE)/tk.decls" \
"$(GENERIC_DIR_NATIVE)/tkInt.decls"
- $(TCL_EXE) "$(TTK_DIR)/ttkGenStubs.tcl" \
+ $(TCL_EXE) "$(TCL_TOOL_DIR)/genStubs.tcl" \
"$(TTK_DIR)" \
"$(TTK_DIR)/ttk.decls"