wxPython can now be built using the distutils that comes with Python

2.1


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-04-10 20:52:04 +00:00
parent ce20b5d721
commit 743e91ff02
2 changed files with 56 additions and 2 deletions

View File

@@ -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