Some Python 2.0 related fixes
Some little fixes and tweaks here and there Some distrib stuff git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Binary file not shown.
@@ -81,6 +81,10 @@ item: Set Variable
|
||||
Variable=PYTHONVER
|
||||
Value=1.5
|
||||
end
|
||||
item: Set Variable
|
||||
Variable=SAMEDIR
|
||||
Value=1
|
||||
end
|
||||
item: Remark
|
||||
end
|
||||
item: Get Registry Key Value
|
||||
@@ -813,11 +817,24 @@ item: Install File
|
||||
Destination=%SYS%\Msvcrt.dll
|
||||
Flags=0000001010000011
|
||||
end
|
||||
item: If/While Statement
|
||||
Variable=SAMEDIR
|
||||
Value=0
|
||||
end
|
||||
item: Install File
|
||||
Source=c:\projects\wx\lib\wx22_2.dll
|
||||
Destination=%SYS%\wx22_2.dll
|
||||
Flags=0000001010010010
|
||||
end
|
||||
item: Else Statement
|
||||
end
|
||||
item: Install File
|
||||
Source=c:\projects\wx\lib\wx22_2.dll
|
||||
Destination=%MAINDIR%\wxPython\wx22_2.dll
|
||||
Flags=0000000010010010
|
||||
end
|
||||
item: End Block
|
||||
end
|
||||
item: Install File
|
||||
Source=c:\Projects\wx\wxPython\wxPython\*.py
|
||||
Destination=%MAINDIR%\wxPython
|
||||
@@ -1332,7 +1349,7 @@ item: Custom Dialog Set
|
||||
end
|
||||
item: Push Button
|
||||
Rectangle=90 68 153 82
|
||||
Alternate=0%MAINDIR%\wxPython\README.txt
|
||||
Alternate=0%MAINDIR%\wxPython\docs\README.txt
|
||||
Action=6
|
||||
Enabled Color=00000000000000001111111111111111
|
||||
Create Flags=01010000000000010000000000000000
|
||||
|
@@ -4,24 +4,25 @@ rem **** Make a directory to build up a distribution tree
|
||||
md _distrib_zip
|
||||
md _distrib_zip\wxPython-%1
|
||||
|
||||
rem **** Copy the license files
|
||||
copy %WXWIN%\docs\gpl.txt _distrib_zip\wxPython-%1
|
||||
copy %WXWIN%\docs\lgpl.txt _distrib_zip\wxPython-%1
|
||||
copy %WXWIN%\docs\licence.txt _distrib_zip\wxPython-%1
|
||||
copy %WXWIN%\docs\licendoc.txt _distrib_zip\wxPython-%1
|
||||
copy %WXWIN%\docs\preamble.txt _distrib_zip\wxPython-%1
|
||||
REM rem **** Copy the license files
|
||||
REM copy %WXWIN%\docs\gpl.txt _distrib_zip\wxPython-%1
|
||||
REM copy %WXWIN%\docs\lgpl.txt _distrib_zip\wxPython-%1
|
||||
REM copy %WXWIN%\docs\licence.txt _distrib_zip\wxPython-%1
|
||||
REM copy %WXWIN%\docs\licendoc.txt _distrib_zip\wxPython-%1
|
||||
REM copy %WXWIN%\docs\preamble.txt _distrib_zip\wxPython-%1
|
||||
|
||||
rem **** Make a zip fron the live files
|
||||
zip -@ -r _distrib_zip\temp.zip < distrib\wxPython.rsp
|
||||
REM rem **** Make a zip fron the live files
|
||||
REM zip -@ -r _distrib_zip\temp.zip < distrib\wxPython.rsp
|
||||
|
||||
rem **** Unzip it in our build dir
|
||||
cd _distrib_zip\wxPython-%1
|
||||
unzip ..\temp.zip
|
||||
REM rem **** Unzip it in our build dir
|
||||
REM cd _distrib_zip\wxPython-%1
|
||||
REM unzip ..\temp.zip
|
||||
|
||||
rem **** zip up the build dir
|
||||
cd ..
|
||||
zip -r ..\distrib\wxPython-src-%1.zip wxPython-%1
|
||||
REM rem **** zip up the build dir
|
||||
REM cd ..
|
||||
REM zip -r ..\distrib\wxPython-src-%1.zip wxPython-%1
|
||||
|
||||
cd _distrib_zip
|
||||
|
||||
rem **** copy the docs into the tree
|
||||
md wxPython-%1\docs
|
||||
|
Reference in New Issue
Block a user