diff options
author | surles <surles> | 1999-06-16 20:12:01 (GMT) |
---|---|---|
committer | surles <surles> | 1999-06-16 20:12:01 (GMT) |
commit | fdff0f9c3a91c3c0f7190f9b86af147de68eec29 (patch) | |
tree | 2bcfee21ed53626dba15bf60a0fc22a41c35d731 /win/Makefile.in | |
parent | 5ec56455226b1df586b2a72d90635ed4913bb186 (diff) | |
download | tcl-fdff0f9c3a91c3c0f7190f9b86af147de68eec29.zip tcl-fdff0f9c3a91c3c0f7190f9b86af147de68eec29.tar.gz tcl-fdff0f9c3a91c3c0f7190f9b86af147de68eec29.tar.bz2 |
modified files to work with new windows Makefiles
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 25f297d..85b1d2c 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.7 1999/06/15 01:16:29 hershey Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.8 1999/06/16 20:12:01 surles Exp $ VERSION = @TCL_VERSION@ @@ -102,9 +102,9 @@ DLLSUFFIX = @DLLSUFFIX@ LIBSUFFIX = @LIBSUFFIX@ EXESUFFIX = @EXESUFFIX@ -TCL_STUB_LIB_FILE = tclstub$(VER)${LIBSUFFIX} -TCL_DLL_FILE = tcl$(VER)${DLLSUFFIX} -TCL_LIB_FILE = tcl$(VER)${LIBSUFFIX} +TCL_STUB_LIB_FILE = @TCL_STUB_LIB_FILE@ +TCL_DLL_FILE = @TCL_DLL_FILE@ +TCL_LIB_FILE = @TCL_LIB_FILE@ DDE_DLL_FILE = tcldde$(VER)${DLLSUFFIX} REG_DLL_FILE = tclreg$(VER)${DLLSUFFIX} PIPE_DLL_FILE = tclpip$(VER)${DLLSUFFIX} @@ -437,7 +437,7 @@ runtest: tcltest depend: Makefile: Makefile.in - config.status + ./config.status clean: $(RM) *.lib *.exp *.dll *.${OBJEXT} *~ \#* TAGS a.out |