samples/statbar/*.bmp
samples/statbar/*.txt
-samples/plot/*.cpp
-samples/plot/*.h
-samples/plot/makefile*
-samples/plot/*.rc
-samples/plot/*.def
-samples/plot/*.ico
-samples/plot/*.xpm
-samples/plot/*.txt
-
samples/exec/*.cpp
samples/exec/*.h
samples/exec/makefile*
; DO NOT DELETE THEM or you may be unable to reload the script
;[ScriptSetup]
-;VerNum=2.2.6
+;VerNum=2.3.0
;InnoVer=1.3
;AddVerTo=AppVerName
;SetupFilename=setup.exe
-;OutputFolder=C:\wx2stable\wxWindows\deliver
+;OutputFolder=C:\wx2dev\wxWindows\deliver
;CopyrightText=Copyright © The wxWindows Team
CreateUninstallRegKey=1
UsePreviousAppDir=1
UsePreviousGroup=1
- AppVersion=2.2.6
- AppVerName=wxWindows 2.2.6
+ AppVersion=2.3.0
+ AppVerName=wxWindows 2.3.0
AppCopyright=Copyright © The wxWindows Team
BackColor=$FF0000
BackColor2=$000000
UninstallIconName=Uninstall wxWindows
Uninstallable=1
DefaultDirName=c:\wx2
- DefaultGroupName=wxWindows 2.2.6
- LicenseFile=C:\wx2stable\wxWindows\docs\licence.txt
- InfoBeforeFile=C:\wx2stable\wxWindows\docs\readme.txt
- InfoAfterFile=C:\wx2stable\wxWindows\docs\msw\install.txt
+ DefaultGroupName=wxWindows 2.3.0
+ LicenseFile=C:\wx2dev\wxWindows\docs\licence.txt
+ InfoBeforeFile=C:\wx2dev\wxWindows\docs\readme.txt
+ InfoAfterFile=C:\wx2dev\wxWindows\docs\msw\install.txt
MessagesFile=compiler:default.isl
DiskSpanning=1
DiskSize=1457664
DiskClusterSize=512
ReserveBytes=0
UseSetupLdr=1
- SourceDir=C:\wx2stable\wxWindows\deliver\wx
- OutputDir=C:\wx2stable\wxWindows\deliver
+ SourceDir=C:\wx2dev\wxWindows\deliver\wx
+ OutputDir=C:\wx2dev\wxWindows\deliver
Rem [Files]
Rem Source: c:\wx2stable\wxWindows\deliver2\docs\readme.txt; DestDir: {app}\docs\; DestName: readme.txt
-set wxwindir=c:\wx2stable\wxWindows
+set wxwindir=%WXWIN
Rem Generate a list of all files in the distribution.
Rem We have to be in the right directory already.
set inno=0
Rem Set this to the required version
-set version=2.2.6
+set version=2.3.0
if "%src" == "" goto usage
if "%dest" == "" goto usage
rem TIFF source
zip32 -@ %dest\tiff.zip < %src\distrib\msw\tiff.rsp
+zip32 -@ %dest\wxxml.zip < %src\distrib\msw\xml.rsp
+
rem Dialog Editor source and binary
erase %dest\dialoged_source.zip
zip32 -@ %dest\dialoged_source.zip < %src\distrib\msw\dialoged.rsp
unzip32 -o ..\ogl3.zip
unzip32 -o ..\jpeg.zip
unzip32 -o ..\tiff.zip
+unzip32 -o ..\xml.zip
unzip32 -o ..\tex2rtf2.zip
rem Now delete a few files that are unnecessary
@echo off
rem Zip up an external distribution of wxXML
-set src=d:\wx2\wxWindows
-set dest=d:\wx2\wxWindows\deliver
+set src=%WXWIN%
+set dest=%WXWIN%\deliver
if "%src" == "" goto usage
if "%dest" == "" goto usage