]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/buildall.bat
1. Grid cell defaults are now handled by an internal
[wxWidgets.git] / utils / wxPython / buildall.bat
index e6ebf75a76b687874dadc8ad6b0d93801128b94f..0747662fa43cc192f686d0255263eea6e3d26bef 100755 (executable)
@@ -1,10 +1,10 @@
 
-cd %WXWIN%\utils\wxPython\src
-build %1 %2 %3 %4 %5 %6 %7 %8 %9
+cd src
+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
+cd ..\modules
+python .\buildall.py %1 %2 %3 %4 %5 %6 %7 %8 %9
 
 
-cd %WXWIN%\utils\wxPython
+cd ..