Version changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -143,6 +143,7 @@ contrib/samples/animate/*.txt
|
||||
contrib/samples/animate/*.ico
|
||||
contrib/samples/animate/*.bmp
|
||||
contrib/samples/animate/*.rc
|
||||
contrib/samples/animate/*.gif
|
||||
contrib/samples/animate/AniTestVC.dsp
|
||||
contrib/samples/animate/AniTestVC.dsw
|
||||
|
||||
|
@@ -32,7 +32,7 @@
|
||||
; DO NOT DELETE THEM or you may be unable to reload the script
|
||||
|
||||
;[ScriptSetup]
|
||||
;VerNum=2.4.0
|
||||
;VerNum=2.4.1
|
||||
;InnoVer=1.3
|
||||
;AddVerTo=AppVerName
|
||||
;SetupFilename=setup.exe
|
||||
|
@@ -4,13 +4,13 @@
|
||||
|
||||
[Setup]
|
||||
MinVersion=4.0,4.0
|
||||
AppName=wxWindows 2.4.0
|
||||
AppName=wxWindows 2.4.1
|
||||
AppId=wxWindows
|
||||
CreateUninstallRegKey=1
|
||||
UsePreviousAppDir=0
|
||||
UsePreviousGroup=0
|
||||
AppVersion=2.4.0
|
||||
AppVerName=wxWindows 2.4.0
|
||||
AppVersion=2.4.1
|
||||
AppVerName=wxWindows 2.4.1
|
||||
AppCopyright=Copyright <20> The wxWindows Team
|
||||
BackColor=$FF0000
|
||||
BackColor2=$000000
|
||||
@@ -19,7 +19,7 @@
|
||||
WindowStartMaximized=1
|
||||
WindowVisible=1
|
||||
WindowResizable=1
|
||||
UninstallDisplayName=wxWindows 2.4.0
|
||||
UninstallDisplayName=wxWindows 2.4.1
|
||||
UninstallLogMode=Append
|
||||
DirExistsWarning=auto
|
||||
UninstallFilesDir={app}
|
||||
@@ -28,10 +28,10 @@
|
||||
CreateAppDir=1
|
||||
DisableProgramGroupPage=0
|
||||
AlwaysCreateUninstallIcon=1
|
||||
UninstallIconName=Uninstall wxWindows 2.4.0
|
||||
UninstallIconName=Uninstall wxWindows 2.4.1
|
||||
Uninstallable=1
|
||||
DefaultDirName=c:\wxWindows_2.4.0
|
||||
DefaultGroupName=wxWindows 2.4.0
|
||||
DefaultDirName=c:\wxWindows_2.4.1
|
||||
DefaultGroupName=wxWindows 2.4.1
|
||||
LicenseFile=C:\wx24\wxWindows\docs\licence.txt
|
||||
InfoBeforeFile=C:\wx24\wxWindows\docs\readme.txt
|
||||
InfoAfterFile=C:\wx24\wxWindows\docs\msw\install.txt
|
||||
@@ -41,6 +41,6 @@
|
||||
DiskClusterSize=512
|
||||
ReserveBytes=0
|
||||
UseSetupLdr=1
|
||||
SourceDir=c:\wx24\wxWindows\deliver\wxWindows-2.4.0
|
||||
SourceDir=c:\wx24\wxWindows\deliver\wxWindows-2.4.1
|
||||
OutputDir=c:\wx24\wxWindows\deliver
|
||||
|
||||
|
@@ -59,6 +59,10 @@ doinit()
|
||||
cp $WXSRC/docs/mac/readme.txt $WXDEST/readme-mac-${WXVER}.txt
|
||||
cp $WXSRC/docs/mac/install.txt $WXDEST/install-mac-${WXVER}.txt
|
||||
cp $WXSRC/docs/os2/install.txt $WXDEST/install-os2-${WXVER}.txt
|
||||
|
||||
# Make .mo files
|
||||
cd $WXSRC/locale
|
||||
make allmo
|
||||
}
|
||||
|
||||
dospinwxgtk()
|
||||
|
@@ -7,7 +7,7 @@ set webfiles=c:\wx2dev\wxWebSite
|
||||
set inno=0
|
||||
|
||||
Rem Set this to the required version
|
||||
set version=2.4.0
|
||||
set version=2.4.1
|
||||
|
||||
if "%src" == "" goto usage
|
||||
if "%dest" == "" goto usage
|
||||
@@ -271,6 +271,7 @@ echo Unzipping the Windows files into wxWindows-%version%
|
||||
unzip32 -o wxWindows-%version%-win.zip
|
||||
unzip32 -o wxWindows-%version%-VC.zip -d wxWindows-%version
|
||||
unzip32 -o wxWindows-%version%-BC.zip -d wxWindows-%version
|
||||
unzip32 -o wxWindows-%version%-CW.zip -d wxWindows-%version
|
||||
unzip32 -o wxWindows-%version%-HTMLHelp.zip
|
||||
unzip32 -o wxWindows-%version%-ExtraDoc.zip
|
||||
Rem Need Word file, for Remstar DB classes
|
||||
|
Reference in New Issue
Block a user