diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-17 12:39:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-17 12:39:57 (GMT) |
commit | b5023c71059a0bbc386c8ad8f48d3cf42e629fd7 (patch) | |
tree | d34bf8f7c7375a04c84f0b609c70974f88d67865 /win/Makefile.in | |
parent | 462176cd5f9c252426561246fc072878488612ee (diff) | |
download | tk-b5023c71059a0bbc386c8ad8f48d3cf42e629fd7.zip tk-b5023c71059a0bbc386c8ad8f48d3cf42e629fd7.tar.gz tk-b5023c71059a0bbc386c8ad8f48d3cf42e629fd7.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.in | 2 |
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" |