From 41ace9f9801ba66198da0a8d762456f741badd73 Mon Sep 17 00:00:00 2001 From: davygrvy Date: Tue, 13 Nov 2001 04:26:48 +0000 Subject: small bug fix with filenames in the .res files. --- win/makefile.vc | 10 ++++++++-- 1 file 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 $< #--------------------------------------------------------------------- -- cgit v0.12