summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorescoffon <escoffon>1998-08-03 15:49:47 (GMT)
committerescoffon <escoffon>1998-08-03 15:49:47 (GMT)
commit2cc40581c1216aca07b540c156b3cb9e1550fba1 (patch)
tree014f9f4c0ca2954df9efdeeee827d82ce3643e6a /win
parentc9a810f7641eacae2161c970f4679a52a48e469f (diff)
downloadtcl-2cc40581c1216aca07b540c156b3cb9e1550fba1.zip
tcl-2cc40581c1216aca07b540c156b3cb9e1550fba1.tar.gz
tcl-2cc40581c1216aca07b540c156b3cb9e1550fba1.tar.bz2
modified the support for specifying a build directory to be consistent with
the Tk makefile.vc
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc6
1 files changed, 4 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index a989ce6..cb49fba 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -64,12 +64,14 @@ VERSION = 80
BINROOT = .
!IF "$(NODEBUG)" == "1"
-TMPDIR = $(BINROOT)\Release
+TMPDIRNAME = Release
DBGX =
!ELSE
-TMPDIR = $(BINROOT)\Debug
+TMPDIRNAME = Debug
DBGX = d
!ENDIF
+TMPDIR = $(BINROOT)\$(TMPDIRNAME)
+OUTDIRNAME = $(TMPDIRNAME)
OUTDIR = $(TMPDIR)
TCLLIB = $(OUTDIR)\$(NAMEPREFIX)$(VERSION)$(DBGX).lib