Updated distribution scripts

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-04-29 13:42:03 +00:00
parent c97e7fa8db
commit e74a9319f9
6 changed files with 17 additions and 23 deletions

View File

@@ -953,15 +953,6 @@ samples/statbar/*.xpm
samples/statbar/*.bmp samples/statbar/*.bmp
samples/statbar/*.txt 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/*.cpp
samples/exec/*.h samples/exec/*.h
samples/exec/makefile* samples/exec/makefile*

View File

@@ -31,10 +31,10 @@
; DO NOT DELETE THEM or you may be unable to reload the script ; DO NOT DELETE THEM or you may be unable to reload the script
;[ScriptSetup] ;[ScriptSetup]
;VerNum=2.2.6 ;VerNum=2.3.0
;InnoVer=1.3 ;InnoVer=1.3
;AddVerTo=AppVerName ;AddVerTo=AppVerName
;SetupFilename=setup.exe ;SetupFilename=setup.exe
;OutputFolder=C:\wx2stable\wxWindows\deliver ;OutputFolder=C:\wx2dev\wxWindows\deliver
;CopyrightText=Copyright <20> The wxWindows Team ;CopyrightText=Copyright <20> The wxWindows Team

View File

@@ -9,8 +9,8 @@
CreateUninstallRegKey=1 CreateUninstallRegKey=1
UsePreviousAppDir=1 UsePreviousAppDir=1
UsePreviousGroup=1 UsePreviousGroup=1
AppVersion=2.2.6 AppVersion=2.3.0
AppVerName=wxWindows 2.2.6 AppVerName=wxWindows 2.3.0
AppCopyright=Copyright <20> The wxWindows Team AppCopyright=Copyright <20> The wxWindows Team
BackColor=$FF0000 BackColor=$FF0000
BackColor2=$000000 BackColor2=$000000
@@ -31,16 +31,16 @@
UninstallIconName=Uninstall wxWindows UninstallIconName=Uninstall wxWindows
Uninstallable=1 Uninstallable=1
DefaultDirName=c:\wx2 DefaultDirName=c:\wx2
DefaultGroupName=wxWindows 2.2.6 DefaultGroupName=wxWindows 2.3.0
LicenseFile=C:\wx2stable\wxWindows\docs\licence.txt LicenseFile=C:\wx2dev\wxWindows\docs\licence.txt
InfoBeforeFile=C:\wx2stable\wxWindows\docs\readme.txt InfoBeforeFile=C:\wx2dev\wxWindows\docs\readme.txt
InfoAfterFile=C:\wx2stable\wxWindows\docs\msw\install.txt InfoAfterFile=C:\wx2dev\wxWindows\docs\msw\install.txt
MessagesFile=compiler:default.isl MessagesFile=compiler:default.isl
DiskSpanning=1 DiskSpanning=1
DiskSize=1457664 DiskSize=1457664
DiskClusterSize=512 DiskClusterSize=512
ReserveBytes=0 ReserveBytes=0
UseSetupLdr=1 UseSetupLdr=1
SourceDir=C:\wx2stable\wxWindows\deliver\wx SourceDir=C:\wx2dev\wxWindows\deliver\wx
OutputDir=C:\wx2stable\wxWindows\deliver OutputDir=C:\wx2dev\wxWindows\deliver

View File

@@ -7,7 +7,7 @@ Rem
Rem [Files] Rem [Files]
Rem Source: c:\wx2stable\wxWindows\deliver2\docs\readme.txt; DestDir: {app}\docs\; DestName: readme.txt 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 Generate a list of all files in the distribution.
Rem We have to be in the right directory already. Rem We have to be in the right directory already.

View File

@@ -6,7 +6,7 @@ set dest=%src\deliver
set inno=0 set inno=0
Rem Set this to the required version Rem Set this to the required version
set version=2.2.6 set version=2.3.0
if "%src" == "" goto usage if "%src" == "" goto usage
if "%dest" == "" goto usage if "%dest" == "" goto usage
@@ -104,6 +104,8 @@ zip32 -@ %dest\jpeg.zip < %src\distrib\msw\jpeg.rsp
rem TIFF source rem TIFF source
zip32 -@ %dest\tiff.zip < %src\distrib\msw\tiff.rsp zip32 -@ %dest\tiff.zip < %src\distrib\msw\tiff.rsp
zip32 -@ %dest\wxxml.zip < %src\distrib\msw\xml.rsp
rem Dialog Editor source and binary rem Dialog Editor source and binary
erase %dest\dialoged_source.zip erase %dest\dialoged_source.zip
zip32 -@ %dest\dialoged_source.zip < %src\distrib\msw\dialoged.rsp zip32 -@ %dest\dialoged_source.zip < %src\distrib\msw\dialoged.rsp
@@ -158,6 +160,7 @@ unzip32 -o ..\wxWindows-%version%-Word.zip
unzip32 -o ..\ogl3.zip unzip32 -o ..\ogl3.zip
unzip32 -o ..\jpeg.zip unzip32 -o ..\jpeg.zip
unzip32 -o ..\tiff.zip unzip32 -o ..\tiff.zip
unzip32 -o ..\xml.zip
unzip32 -o ..\tex2rtf2.zip unzip32 -o ..\tex2rtf2.zip
rem Now delete a few files that are unnecessary rem Now delete a few files that are unnecessary

View File

@@ -1,7 +1,7 @@
@echo off @echo off
rem Zip up an external distribution of wxXML rem Zip up an external distribution of wxXML
set src=d:\wx2\wxWindows set src=%WXWIN%
set dest=d:\wx2\wxWindows\deliver set dest=%WXWIN%\deliver
if "%src" == "" goto usage if "%src" == "" goto usage
if "%dest" == "" goto usage if "%dest" == "" goto usage