summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-12-08 20:20:31 (GMT)
committerhobbs <hobbs>2005-12-08 20:20:31 (GMT)
commit9a0b2f10b4c17659126642ca9fd595b75464d292 (patch)
treefe88a4206ae9725bedb9edc971c8ff90e15c52f7 /win/Makefile.in
parentbeb1e767c6d1b56803decc299a1046cbe27a1687 (diff)
downloadtcl-9a0b2f10b4c17659126642ca9fd595b75464d292.zip
tcl-9a0b2f10b4c17659126642ca9fd595b75464d292.tar.gz
tcl-9a0b2f10b4c17659126642ca9fd595b75464d292.tar.bz2
* win/Makefile.in, win/makefile.vc: Add Win x64 and CE build support
* win/tcl.m4, win/configure: CE still requires C code fixes.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 14fe1a0..7e6efc6 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.93 2005/11/21 17:19:56 andreas_kupries Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.94 2005/12/08 20:20:36 hobbs Exp $
VERSION = @TCL_VERSION@
@@ -409,7 +409,7 @@ cat32.$(OBJEXT): cat.c
$(CC) -c $(CC_SWITCHES) @DEPARG@ $(CC_OBJNAME)
$(CAT32): cat32.$(OBJEXT)
- $(CC) $(CFLAGS) cat32.$(OBJEXT) $(CC_EXENAME) $(LDFLAGS_CONSOLE)
+ $(CC) $(CFLAGS) cat32.$(OBJEXT) $(CC_EXENAME) $(LIBS) $(LDFLAGS_CONSOLE)
# The following targets are configured by autoconf to generate either
# a shared library or static library