]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/buildall.bat
and the compilation fix for the warning fixes
[wxWidgets.git] / utils / wxPython / buildall.bat
index e6ebf75a76b687874dadc8ad6b0d93801128b94f..87de38f02898abbb5eeb15ff66644ced147c9ded 100755 (executable)
@@ -1,9 +1,9 @@
 
 cd %WXWIN%\utils\wxPython\src
-build %1 %2 %3 %4 %5 %6 %7 %8 %9
+python ..\distrib\build.py %1 %2 %3 %4 %5 %6 %7 %8 %9
 
 cd %WXWIN%\utils\wxPython\modules
-buildall %1 %2 %3 %4 %5 %6 %7 %8 %9
+python .\buildall.py %1 %2 %3 %4 %5 %6 %7 %8 %9
 
 
 cd %WXWIN%\utils\wxPython