]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b.bat
Updated to alert the user to the need for them to edit this file to set the location...
[wxWidgets.git] / wxPython / b.bat
index a9d1dae158ef23779c813b0e4efdbab4dc9a6b2a..a6404c9af85eb0ea43b235b1b71d78bd7670096a 100755 (executable)
@@ -5,7 +5,7 @@ set FLAGS=USE_SWIG=1 IN_CVS_TREE=1
 
 
 rem  Use non-default python?
-iff "%1" == "15" .or. "%1" == "20" then
+iff "%1" == "15" .or. "%1" == "20" .or. "%1" == "21" then
        set SETUP=c:\tools\python%1%\python.exe -u setup.py
        shift
 else