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 | 50d80bc71893acbc27ec158d7fc0607e1c8e50b6 (patch) | |
tree | 7f0a404347d979a830a578ff7e0bf55cd3c7e684 /win/buildall.vc.bat | |
parent | ea215f951d5eacbef03979cb4b7c17abe348c12e (diff) | |
download | tcl-50d80bc71893acbc27ec158d7fc0607e1c8e50b6.zip tcl-50d80bc71893acbc27ec158d7fc0607e1c8e50b6.tar.gz tcl-50d80bc71893acbc27ec158d7fc0607e1c8e50b6.tar.bz2 |
build htmlhelp, not winhelp by default
Diffstat (limited to 'win/buildall.vc.bat')
-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. |