diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2008-10-02 19:13:34 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2008-10-02 19:13:34 (GMT) |
commit | c235c1b9bd589c5b0d1fa2ca85f45f1521cf188c (patch) | |
tree | ed21a23ccb85c99261f778308eec62b6a3bdd06e /win | |
parent | e8d28520fa0dfb193f7825e31cb43adabfbf82ff (diff) | |
download | tk-c235c1b9bd589c5b0d1fa2ca85f45f1521cf188c.zip tk-c235c1b9bd589c5b0d1fa2ca85f45f1521cf188c.tar.gz tk-c235c1b9bd589c5b0d1fa2ca85f45f1521cf188c.tar.bz2 |
doc fixes
Diffstat (limited to 'win')
-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 5532e81..cce7ddc 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.6 2005/10/14 12:31:53 patthoyts Exp $ +:: RCS: @(#) $Id: buildall.vc.bat,v 1.7 2008/10/02 19:13:35 mistachkin Exp $ set SYMBOLS= @@ -58,7 +58,7 @@ if "%TCLDIR%" == "" set TCLDIR=..\..\tcl :: set OPTS=none if not %SYMBOLS%.==. set OPTS=symbols -nmake -nologo -f makefile.vc release winhelp OPTS=%OPTS% %1 +nmake -nologo -f makefile.vc release htmlhelp OPTS=%OPTS% %1 if errorlevel 1 goto error :: Build the static core, dlls and shell. |