summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2001-11-28 01:13:16 (GMT)
committerdavygrvy <davygrvy@noemail.net>2001-11-28 01:13:16 (GMT)
commit01be639a4bfc564cf3c63e9dcfc1a9a73ee413ed (patch)
tree94b63299f81452b0824e1133f7ab654ca29855bd /win/makefile.vc
parent7aa832adf63011a5ec57cae022e8f388de113be4 (diff)
downloadtk-01be639a4bfc564cf3c63e9dcfc1a9a73ee413ed.zip
tk-01be639a4bfc564cf3c63e9dcfc1a9a73ee413ed.tar.gz
tk-01be639a4bfc564cf3c63e9dcfc1a9a73ee413ed.tar.bz2
Fixed CAT32 target. cat.c is located in the Tcl source, not the Tk source.
FossilOrigin-Name: 3027677cf89b5707269f9e1b09cb9f8153f21fc2
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index c4311db..ca5d9b9 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001 Tomasoft Engineering.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.47 2001/11/16 10:24:53 davygrvy Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.48 2001/11/28 01:13:16 davygrvy Exp $
#------------------------------------------------------------------------------
!if "$(MSVCDIR)" == ""
@@ -528,7 +528,7 @@ $(TKTEST): $(TKTESTOBJS) $(TKIMPLIB)
$(link32) $(ldebug) $(guilflags) -out:$@ $(guilibs) $(TCLIMPLIB) $**
-$(CAT32): $(WINDIR)\cat.c
+$(CAT32): $(TCLDIR)\win\cat.c
$(cc32) $(CON_CFLAGS) -Fo$(TMP_DIR)\ $?
$(link32) $(conlflags) -out:$@ -stack:16384 $(TMP_DIR)\cat.obj $(baselibs)