From 2cc40581c1216aca07b540c156b3cb9e1550fba1 Mon Sep 17 00:00:00 2001 From: escoffon Date: Mon, 3 Aug 1998 15:49:47 +0000 Subject: modified the support for specifying a build directory to be consistent with the Tk makefile.vc --- win/makefile.vc | 6 ++++-- 1 file 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 -- cgit v0.12