summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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