For Python 2.2 builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-11-20 02:03:22 +00:00
parent a703a33acb
commit bf7057315c

View File

@@ -1,11 +1,14 @@
@echo off
REM ----------------------------------------------------------------------
REM Note: This is a 4NT script
REM ----------------------------------------------------------------------
setlocal
set FLAGS=USE_SWIG=1 IN_CVS_TREE=1
rem Use non-default python?
iff "%1" == "15" .or. "%1" == "20" .or. "%1" == "21" then
iff "%1" == "15" .or. "%1" == "20" .or. "%1" == "21" .or. "%1" == "22" then
set PYTHON=c:\tools\python%1%\python.exe
shift
else
@@ -71,13 +74,6 @@ elseiff "%1" == "a" then
call b.bat 15 h
call b.bat 15 r
call b.bat 20 c
call b.bat 20 f
call b.bat 20 r
call b.bat 20 c
call b.bat 20 h
call b.bat 20 r
call b.bat 21 c
call b.bat 21 f
call b.bat 21 r
@@ -85,6 +81,14 @@ 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
rem (no command arg) --> normal build for development
else