diff options
author | davygrvy <davygrvy> | 2001-11-28 01:13:16 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2001-11-28 01:13:16 (GMT) |
commit | 766b737d81178f96658b862ca73a46ddf49a5aee (patch) | |
tree | 94b63299f81452b0824e1133f7ab654ca29855bd /win | |
parent | fcc2a1cf19f07f1d0ddf45a86726eef7cd18e2b2 (diff) | |
download | tk-766b737d81178f96658b862ca73a46ddf49a5aee.zip tk-766b737d81178f96658b862ca73a46ddf49a5aee.tar.gz tk-766b737d81178f96658b862ca73a46ddf49a5aee.tar.bz2 |
Fixed CAT32 target. cat.c is located in the Tcl source, not the Tk source.
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 4 |
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) |