Generate the output file in the parent of the sources directory and take care
of copying it to c:\daily in bld_chm_exe.bat itself.
This allows to use wxwidgets.iss without that batch file and also on systems
without c:\ drive at all.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74560
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
copy %WXWIN%\docs\doxygen\out\wx.chm %INNO%\docs\htmlhelp\wx.chm\r
cd %WXWIN%\build\tools\r
iscc wxwidgets.iss >> c:\temp.log\r
+copy %INNO%\..\wxMSW-%WXW_VER%-Setup.exe c:\daily
\r
echo docs built for %WXW_VER%\r
echo docs built for %WXW_VER% >> c:\temp.log\r
DisableProgramGroupPage=yes\r
LicenseFile={#WXW_DIR}\docs\licence.txt
InfoBeforeFile={#WXW_DIR}\docs\readme.txt
-InfoAfterFile={#INFOFILE}\r
-OutputDir=c:\daily\r
-OutputBaseFilename={#SETUPFILENAME}\r
-PrivilegesRequired=none\r
+InfoAfterFile={#INFOFILE}
+OutputDir={#WXW_DIR}\..
+OutputBaseFilename={#SETUPFILENAME}
+PrivilegesRequired=none
SetupIconFile={#WXW_DIR}\art\wxwin.ico
Compression=lzma\r
SolidCompression=yes\r