diff options
| author | nijtmans <nijtmans> | 2010-10-06 14:34:38 (GMT) |
|---|---|---|
| committer | nijtmans <nijtmans> | 2010-10-06 14:34:38 (GMT) |
| commit | 5a8be28add9aeca01e32b41d7c021f912eb3d4d4 (patch) | |
| tree | 0c043f8de68af8a6379696134f748782d42dd88b | |
| parent | df03a929f3a0282f0668f932f3a45729b667c9f7 (diff) | |
| download | tk-5a8be28add9aeca01e32b41d7c021f912eb3d4d4.zip tk-5a8be28add9aeca01e32b41d7c021f912eb3d4d4.tar.gz tk-5a8be28add9aeca01e32b41d7c021f912eb3d4d4.tar.bz2 | |
win/Makefile.in (genstubs): Generate ttk files as well
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | win/Makefile.in | 7 |
2 files changed, 6 insertions, 2 deletions
@@ -8,6 +8,7 @@ * win/tkWinMenu.c: * win/tkWinPixmap.c: * win/tkWinX.c: Eliminate isWinNT variable + * win/Makefile.in (genstubs): Generate ttk files as well. 2010-10-06 Donal K. Fellows <dkf@users.sf.net> 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 |
