summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2001-11-13 04:26:48 (GMT)
committerdavygrvy <davygrvy>2001-11-13 04:26:48 (GMT)
commit415f110633855188deb11b17f8940676cc9fe75a (patch)
treeb60bf278490c5c8804c4b7db1c718cad23f041f1 /win
parent5defcfdbea8587e41743bcc4a6a5f802e6e08e4d (diff)
downloadtk-415f110633855188deb11b17f8940676cc9fe75a.zip
tk-415f110633855188deb11b17f8940676cc9fe75a.tar.gz
tk-415f110633855188deb11b17f8940676cc9fe75a.tar.bz2
small bug fix with filenames in the .res files.
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc10
1 files changed, 8 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 1fd358e..814e3e1 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001 Tomasoft Engineering.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.44 2001/11/13 02:46:23 davygrvy Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.45 2001/11/13 04:26:48 davygrvy Exp $
#------------------------------------------------------------------------------
!if "$(MSVCDIR)" == ""
@@ -180,7 +180,7 @@ TCLINSTALL = 1
!elseif exist($(TCLDIR)\generic\tcl.h)
TCLINSTALL = 0
!else
-!error Don't know where tcl.h is. Set the TCLDIR macro.
+!error Don't know where tcl.h is. the TCLDIR macro doesn't appear correct.
!endif
!endif
@@ -703,6 +703,12 @@ $<
!if $(DEBUG)
-d DEBUG \
!endif
+!if $(TCL_THREADS)
+ -d TCL_THREADS \
+!endif
+!if $(STATIC_BUILD)
+ -d STATIC_BUILD \
+!endif
$<
#---------------------------------------------------------------------