]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/zipdistinno.bat
Fix for GetValue
[wxWidgets.git] / distrib / msw / zipdistinno.bat
index 80e0910203720c3b8a6ecdced0eb82f29b4c462b..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
@@ -225,7 +225,9 @@ copy %src\bin\tex2rtf.exe bin
 copy %src\bin\dbgview.* bin
 copy %src\bin\widgets.exe bin
 copy %src\bin\widgets.exe.manifest bin
-Rem copy %src\demos\life\breeder.lif bin
+copy %src\bin\life.exe bin
+copy %src\bin\life.exe.manifest bin
+copy %src\demos\life\breeder.lif bin
 copy %src\docs\htmlhelp\dialoged.chm bin
 copy %src\docs\htmlhelp\tex2rtf.chm bin
 
@@ -242,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...