summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc10
1 files changed, 5 insertions, 5 deletions
diff --git a/win/rules.vc b/win/rules.vc
index 43ccae2..6a17846 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -10,7 +10,7 @@
# Copyright (c) 2001 Tomasoft Engineering.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: rules.vc,v 1.3 2001/11/08 21:32:23 davygrvy Exp $
+# RCS: @(#) $Id: rules.vc,v 1.4 2001/11/15 00:19:41 davygrvy Exp $
#------------------------------------------------------------------------------
!ifndef _RULES_VC
@@ -97,15 +97,15 @@ TCL_LINKWITHEXTENSIONS = 0
SUFX = tsdx
!if $(DEBUG)
-BUILDDIRTOP = .\Debug
+BUILDDIRTOP = Debug
DBGX = d
!else
-BUILDDIRTOP = .\Release
+BUILDDIRTOP = Release
DBGX =
SUFX = $(SUFX:d=)
!endif
-TMP_DIRFULL = $(BUILDDIRTOP)\$(PROJECT)_ThreadedDynamicStaticX
+TMP_DIRFULL = .\$(BUILDDIRTOP)\$(PROJECT)_ThreadedDynamicStaticX
!if !$(STATIC_BUILD)
TMP_DIRFULL = $(TMP_DIRFULL:Static=)
@@ -132,7 +132,7 @@ SUFX = $(SUFX:t=)
!ifndef TMP_DIR
TMP_DIR = $(TMP_DIRFULL)
!ifndef OUT_DIR
-OUT_DIR = $(BUILDDIRTOP)
+OUT_DIR = .\$(BUILDDIRTOP)
!endif
!else
!ifndef OUT_DIR