diff options
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 10 |
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 $< #--------------------------------------------------------------------- |