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)
commit41ace9f9801ba66198da0a8d762456f741badd73 (patch)
treeb60bf278490c5c8804c4b7db1c718cad23f041f1 /win
parent4d34483032bd741ce8176da8741a9043f108c557 (diff)
downloadtk-41ace9f9801ba66198da0a8d762456f741badd73.zip
tk-41ace9f9801ba66198da0a8d762456f741badd73.tar.gz
tk-41ace9f9801ba66198da0a8d762456f741badd73.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
$<
#---------------------------------------------------------------------