X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c05b000c711ab72055c90f99cd22e0eff28992eb..218e641ac2c38b4e81873d314ea3841b0314f5b8:/build/tools/bld_chm_exe.bat diff --git a/build/tools/bld_chm_exe.bat b/build/tools/bld_chm_exe.bat index 59c70e3d60..6c70dd3edb 100644 --- a/build/tools/bld_chm_exe.bat +++ b/build/tools/bld_chm_exe.bat @@ -1,5 +1,5 @@ rem Uncomment the next line to set the version; used also in wxWidgets.iss -SET WXW_VER=2.9.4 +SET WXW_VER=2.9.5 if (%WXW_VER%)==() SET WXW_VER=SVN echo docs building for %WXW_VER% @@ -74,6 +74,7 @@ mkdir %INNO%\docs\htmlhelp copy %WXWIN%\docs\doxygen\out\wx.chm %INNO%\docs\htmlhelp\wx.chm cd %WXWIN%\build\tools iscc wxwidgets.iss >> c:\temp.log +copy %INNO%\..\wxMSW-%WXW_VER%-Setup.exe c:\daily echo docs built for %WXW_VER% echo docs built for %WXW_VER% >> c:\temp.log