diff options
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 16605ee..58360b9 100755 --- a/win/buildall.vc.bat +++ b/win/buildall.vc.bat @@ -56,7 +56,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. |