X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf7057315ced794c1a64c905da442f81198219e0..012a01fc1ea0f4c870eaf66bb332617affa5abd0:/wxPython/b.bat diff --git a/wxPython/b.bat b/wxPython/b.bat index 8b33a2eda7..bac1570059 100755 --- a/wxPython/b.bat +++ b/wxPython/b.bat @@ -9,6 +9,7 @@ set FLAGS=USE_SWIG=1 IN_CVS_TREE=1 rem Use non-default python? iff "%1" == "15" .or. "%1" == "20" .or. "%1" == "21" .or. "%1" == "22" then + set VER=%1 set PYTHON=c:\tools\python%1%\python.exe shift else @@ -36,7 +37,8 @@ elseiff "%1" == "d" then rem touch all the *.i files so swig will regenerate elseiff "%1" == "t" then shift - set CMD=touch src\*.i & touch contrib\glcanvas\*.i & touch contrib\ogl\*.i & touch contrib\stc\*.i + set CMD=echo Finished! + find . -name "*.i" | xargs -l touch rem "i" --> install elseiff "%1" == "i" then @@ -67,8 +69,12 @@ rem "a" --> make all installers elseiff "%1" == "a" then shift set CMD=echo Finished! + call b.bat 15 c call b.bat 15 f + cd demo + p15 encode_bitmaps.py + cd - call b.bat 15 r call b.bat 15 c call b.bat 15 h @@ -81,14 +87,20 @@ elseiff "%1" == "a" then call b.bat 21 h call b.bat 21 r - rem call b.bat 22 c - rem call b.bat 22 f - rem call b.bat 22 r - rem call b.bat 22 c - rem call b.bat 22 h - rem call b.bat 22 r + call b.bat 22 c + call b.bat 22 f + call b.bat 22 r + call b.bat 22 c + call b.bat 22 h + call b.bat 22 r +rem "b" --> both debug and hybrid builds +elseiff "%1" == "b" then + shift + set CMD=echo Finished! + call b.bat %VER% h + call b.bat %VER% rem (no command arg) --> normal build for development else