]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/zipdistinno.bat
Fix for GetValue
[wxWidgets.git] / distrib / msw / zipdistinno.bat
index 32a65a499b615bea841d61fda9df4ee452223741..697ea4bcacfe33218d253760f230753059eb71a4 100755 (executable)
@@ -7,7 +7,7 @@ set webfiles=c:\wx2dev\wxWebSite
 set inno=0
 
 Rem Set this to the required version
-set version=2.3.2
+set version=2.3.3
 
 if "%src" == "" goto usage
 if "%dest" == "" goto usage
@@ -102,6 +102,9 @@ Rem PDF/HTML docs that should go into the Windows setup because
 Rem there are no WinHelp equivalents
 zip32 -@ %dest\extradoc-%version%.zip < %src\distrib\msw\extradoc.rsp
 
+Rem zip up Univ-specific files
+zip32 -@ %dest\wxWindows-%version%-univ.zip < %src\distrib\msw\univ.rsp
+
 rem VC++ project files
 zip32 -@ %dest\wxWindows-%version%-vc.zip < %src\distrib\msw\vc.rsp
 
@@ -183,6 +186,7 @@ Rem the source wxWindows directory.
 cd %dest\wx
 unzip32 -o ..\wxWindows-%version%-msw.zip
 unzip32 -o ..\wxWindows-%version%-gen.zip
+unzip32 -o ..\wxWindows-%version%-univ.zip
 unzip32 -o ..\wxWindows-%version%-vc.zip
 unzip32 -o ..\wxWindows-%version%-bc.zip
 unzip32 -o ..\wxWindows-%version%-HTMLHelp.zip
@@ -219,10 +223,13 @@ if not isdir bin mkdir bin
 copy %src\bin\dialoged.exe bin
 copy %src\bin\tex2rtf.exe bin
 copy %src\bin\dbgview.* bin
+copy %src\bin\widgets.exe bin
+copy %src\bin\widgets.exe.manifest bin
 copy %src\bin\life.exe bin
+copy %src\bin\life.exe.manifest bin
 copy %src\demos\life\breeder.lif bin
-copy %src\docs\winhelp\dialoged.hlp %src\docs\winhelp\dialoged.cnt bin
-copy %src\docs\winhelp\tex2rtf.hlp %src\docs\winhelp\tex2rtf.cnt bin
+copy %src\docs\htmlhelp\dialoged.chm bin
+copy %src\docs\htmlhelp\tex2rtf.chm bin
 
 Rem Make wxMSW-xxx.zip
 zip32 -r ..\wxMSW-%version%.zip *
@@ -237,7 +244,7 @@ call %WXWIN\distrib\msw\makeinno.bat
 erase /Y %dest\setup.*
 
 rem Now invoke Inno Setup on the new wxwin2.iss
-set innocmd="C:\Program Files\Inno Setup 1.3\compil32.exe" /cc %WXWIN\distrib\msw\wxwin2.iss
+set innocmd="C:\Program Files\Inno Setup 2\compil32.exe" /cc %WXWIN\distrib\msw\wxwin2.iss
 echo Invoking %innocmd...
 start "Inno Setup" /w %innocmd%
 pause Press any key to continue with the wxWindows distribution...