diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 9886361..611702d 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2004 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.127 2004/06/01 08:18:32 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.128 2004/06/23 19:23:49 patthoyts Exp $ #------------------------------------------------------------------------------ !if !defined(MSDEVDIR) && !defined(MSVCDIR) @@ -179,7 +179,7 @@ DOTVERSION = 8.6 DOTVERSION = 9.0 !elseif [nmakehlp -g ../generic/tcl.h TCL_VERSION] == 0 MSG =^ -Can't get version string from ../generic/tcl.h +Cannot get version string from ../generic/tcl.h !error $(MSG) !endif VERSION = $(DOTVERSION:.=) @@ -569,6 +569,7 @@ $(TCLOBJS) << !endif +#" for emacs font-locking. #--------------------------------------------------------------------- # Build the windows help file. @@ -643,6 +644,7 @@ tclConfig: @echo Build tclsh first! !else @echo Creating tclConfig.sh + set TCL_LIBRARY=$(ROOT)/library @$(TCLSH) << set debug $(DEBUG) set thread $(TCL_THREADS) |