summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-10-06 14:34:38 (GMT)
committernijtmans <nijtmans>2010-10-06 14:34:38 (GMT)
commit5a8be28add9aeca01e32b41d7c021f912eb3d4d4 (patch)
tree0c043f8de68af8a6379696134f748782d42dd88b /win/Makefile.in
parentdf03a929f3a0282f0668f932f3a45729b667c9f7 (diff)
downloadtk-5a8be28add9aeca01e32b41d7c021f912eb3d4d4.zip
tk-5a8be28add9aeca01e32b41d7c021f912eb3d4d4.tar.gz
tk-5a8be28add9aeca01e32b41d7c021f912eb3d4d4.tar.bz2
win/Makefile.in (genstubs): Generate ttk files as well
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index e2bc24d..a64c47b 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -4,7 +4,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.94 2010/10/06 10:15:58 dkf Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.95 2010/10/06 14:34:38 nijtmans Exp $
TCLVERSION = @TCL_VERSION@
TCLPATCHL = @TCL_PATCH_LEVEL@
@@ -706,7 +706,10 @@ genstubs:
$(TCL_EXE) "$(TCL_TOOL_DIR)\genStubs.tcl" \
"$(GENERIC_DIR_NATIVE)" \
"$(GENERIC_DIR_NATIVE)\tk.decls" \
- "$(GENERIC_DIR_NATIVE)\tkInt.decls"
+ "$(GENERIC_DIR_NATIVE)\tkInt.decls"
+ $(TCL_EXE) "$(TTK_DIR)/ttkGenStubs.tcl" \
+ "$(TTK_DIR)" \
+ "$(TTK_DIR)/ttk.decls"
#
# The list of all the targets that do not correspond to real files. This stops