diff options
author | nijtmans <nijtmans> | 2010-10-11 21:50:46 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-10-11 21:50:46 (GMT) |
commit | eac7d6560603161bdf15eff58f8e556341cd9a50 (patch) | |
tree | 8444a245a1b8372dd13e16eb7ccc5a955a5ae727 /win/Makefile.in | |
parent | aff4deb1051f578be23a9c8449439e912d976c08 (diff) | |
download | tk-eac7d6560603161bdf15eff58f8e556341cd9a50.zip tk-eac7d6560603161bdf15eff58f8e556341cd9a50.tar.gz tk-eac7d6560603161bdf15eff58f8e556341cd9a50.tar.bz2 |
[FRQ 491789]: "setargv() doesn't support a unicode
cmdline" implemented for Tk on MSVC++
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index a64c47b..d38bbc5 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.95 2010/10/06 14:34:38 nijtmans Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.96 2010/10/11 21:50:46 nijtmans Exp $ TCLVERSION = @TCL_VERSION@ TCLPATCHL = @TCL_PATCH_LEVEL@ @@ -315,6 +315,7 @@ TK_OBJS = \ tkListbox.$(OBJEXT) \ tkMacWinMenu.$(OBJEXT) \ tkMain.$(OBJEXT) \ + tkMain2.$(OBJEXT) \ tkMenu.$(OBJEXT) \ tkMenubutton.$(OBJEXT) \ tkMenuDraw.$(OBJEXT) \ @@ -655,6 +656,9 @@ tkWinTest.$(OBJEXT): tkWinTest.c tkSquare.$(OBJEXT): tkSquare.c $(CC) -c $(CC_SWITCHES) @DEPARG@ $(CC_OBJNAME) +tkMain2.$(OBJEXT): tkMain.c + $(CC) -c $(CC_SWITCHES) -DBUILD_tk -DTK_ASCII_MAIN @DEPARG@ $(CC_OBJNAME) + # Extra dependency info tkConsole.$(OBJEXT): configure Makefile tkMain.$(OBJEXT): configure Makefile |