]> git.saurik.com Git - wxWidgets.git/commitdiff
Script updates
authorJulian Smart <julian@anthemion.co.uk>
Thu, 29 Aug 2002 13:52:26 +0000 (13:52 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 29 Aug 2002 13:52:26 +0000 (13:52 +0000)
Addition of wxOS2 configure files
required for distribution

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/zipdistinno.bat
distrib/msw/zipwxos2.bat
distrib/os2/os2-specific.zip [new file with mode: 0644]

index 768a9d43958893fec5ef3235d8221e9acfd6197c..7024110549e7604c20c0d3b97fd0521964a0b52e 100755 (executable)
@@ -81,6 +81,8 @@ if direxist %dest%\wxWindows-%version% erase /sxyz %dirname%\wxWindows-%version%
 mkdir %dest%\wxWindows-%version%
 cd %dest%\wxWindows-%version%
 unzip32 ..\wxOS2-%version%.zip
+echo Overwriting with OS2-specific versions of configure files...
+unzip32 -o %src%\distrib\os2\os2-specific.zip
 erase /Y src\gtk\descrip.mms src\motif\descrip.mms docs\pdf\*.pdf
 erase /Y src\tiff\*.mcp src\jpeg\*.mcp src\png\*.mcp src\zlib\*.mcp
 erase /SXY docs\html\dialoged docs\html\tex2rtf
index 691c3fb67f32f6989b6af13f773593d25f666d07..48f956dd00e05cabc41f276f35cd3b3617c460b5 100755 (executable)
@@ -49,6 +49,8 @@ if direxist %dest%\wxWindows-%version% erase /sxyz %dirname%\wxWindows-%version%
 mkdir %dest%\wxWindows-%version%
 cd %dest%\wxWindows-%version%
 unzip32 ..\wxOS2-%version%.zip
+echo Overwriting with OS2-specific versions of configure files...
+unzip32 -o %src%\distrib\os2\os2-specific.zip
 erase /Y src\gtk\descrip.mms src\motif\descrip.mms docs\pdf\*.pdf
 erase /Y src\tiff\*.mcp src\jpeg\*.mcp src\png\*.mcp src\zlib\*.mcp
 erase /SXY docs\html\dialoged docs\html\tex2rtf
diff --git a/distrib/os2/os2-specific.zip b/distrib/os2/os2-specific.zip
new file mode 100644 (file)
index 0000000..c187646
Binary files /dev/null and b/distrib/os2/os2-specific.zip differ