diff options
author | davygrvy <davygrvy@pobox.com> | 2002-03-27 22:57:57 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-03-27 22:57:57 (GMT) |
commit | 69ee25f289cd5fe598c6e502adc3c2042d11d475 (patch) | |
tree | 6044200e63bea4e6313b98e1f665b85c160a30aa /win/buildall.vc.bat | |
parent | a65b33d3bcb0df83df3f0531fdee122cea740242 (diff) | |
download | tcl-69ee25f289cd5fe598c6e502adc3c2042d11d475.zip tcl-69ee25f289cd5fe598c6e502adc3c2042d11d475.tar.gz tcl-69ee25f289cd5fe598c6e502adc3c2042d11d475.tar.bz2 |
Clean targets made Win9x complient.
Diffstat (limited to 'win/buildall.vc.bat')
-rwxr-xr-x | win/buildall.vc.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/buildall.vc.bat b/win/buildall.vc.bat index c7709f5..84b4576 100755 --- a/win/buildall.vc.bat +++ b/win/buildall.vc.bat @@ -4,7 +4,7 @@ :: edit this (or make your own) for your needs and wants using :: the instructions for calling makefile.vc found in makefile.vc :: -:: RCS: @(#) $Id: buildall.vc.bat,v 1.4 2002/03/27 21:15:43 davygrvy Exp $ +:: RCS: @(#) $Id: buildall.vc.bat,v 1.5 2002/03/27 22:57:57 davygrvy Exp $ echo Sit back and have a cup of coffee while this grinds through ;) echo You asked for *everything*, remember? @@ -21,7 +21,7 @@ nmake -nologo -f makefile.vc core dlls OPTS=static,msvcrt if errorlevel 1 goto error nmake -nologo -f makefile.vc core OPTS=static,threads if errorlevel 1 goto error -nmake -nologo -f makefile.vc dlls OPTS=static,msvcrt,threads +nmake -nologo -f makefile.vc core dlls OPTS=static,msvcrt,threads if errorlevel 1 goto error nmake -nologo -f makefile.vc shell OPTS=threads if errorlevel 1 goto error |