]> 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 87de38f02898abbb5eeb15ff66644ced147c9ded..0747662fa43cc192f686d0255263eea6e3d26bef 100755 (executable)
@@ -1,10 +1,10 @@
 
-cd %WXWIN%\utils\wxPython\src
+cd src
 python ..\distrib\build.py %1 %2 %3 %4 %5 %6 %7 %8 %9
 
-cd %WXWIN%\utils\wxPython\modules
+cd ..\modules
 python .\buildall.py %1 %2 %3 %4 %5 %6 %7 %8 %9
 
 
-cd %WXWIN%\utils\wxPython
+cd ..