]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/b.bat
4 set FLAGS
=USE_SWIG
=1 IN_CVS_TREE
=1
7 rem Use non-default python?
8 iff
"%1" == "15" .or.
"%1" == "20" .or.
"%1" == "21" then
9 set SETUP
=c
:\tools\python
%1%\python.exe
-u setup.py
12 set SETUP
=python
-u setup.py
20 set CMD=%SETUP% %FLAGS% clean
21 set OTHERCMD
=del wxPython\
*.pyd
23 rem just remove the *.pyd's
24 elseiff
"%1" == "d" then
26 set CMD=del wxPython\
*.pyd
29 elseiff
"%1" == "i" then
31 set CMD=%SETUP% build install
33 rem "s" --> source dist
34 elseiff
"%1" == "s" then
39 elseiff
"%1" == "f" then
41 set CMD=%SETUP% %FLAGS% FINAL
=1 build_ext
--inplace
%1 %2 %3 %4 %5 %6 %7 %8 %9
44 elseiff
"%1" == "h" then
46 set CMD=%SETUP% %FLAGS% HYBRID
=1 build_ext
--inplace
%1 %2 %3 %4 %5 %6 %7 %8 %9
48 rem (no command arg) --> normal build for development
50 set CMD=%SETUP% %FLAGS% HYBRID
=0 build_ext
--inplace
--debug %1 %2 %3 %4 %5 %6 %7 %8 %9
58 iff
"%OTHERCMD%" != "" then