diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-15 08:41:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-15 08:41:03 (GMT) |
commit | ffdb1309cbab550b498d3da05f7a38bcddd5c65a (patch) | |
tree | 7f0a404347d979a830a578ff7e0bf55cd3c7e684 | |
parent | 234ec885dc0899080725f722bf46d0e71063e199 (diff) | |
download | tcl-ffdb1309cbab550b498d3da05f7a38bcddd5c65a.zip tcl-ffdb1309cbab550b498d3da05f7a38bcddd5c65a.tar.gz tcl-ffdb1309cbab550b498d3da05f7a38bcddd5c65a.tar.bz2 |
build htmlhelp, not winhelp by default
-rwxr-xr-x | win/buildall.vc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/buildall.vc.bat b/win/buildall.vc.bat index fed5e64..e4f0a30 100755 --- a/win/buildall.vc.bat +++ b/win/buildall.vc.bat @@ -61,7 +61,7 @@ if "%INSTALLDIR%" == "" set INSTALLDIR=C:\Program Files\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 and shell. |