]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b.bat
missing OnBeginSize call
[wxWidgets.git] / wxPython / b.bat
index eaf0084599f6e81038d18764a3a4ccc30a266ac7..a57cd4fb74c2efcb9667387b1c3f9357f7e75f29 100755 (executable)
@@ -33,7 +33,6 @@ rem just remove the *.pyd's
 elseiff "%1" == "d" then
        shift
        set CMD=del wx\*.pyd
 elseiff "%1" == "d" then
        shift
        set CMD=del wx\*.pyd
-       set OTHERCMD=del wx\*.pdb
 
 rem touch all the *.i files so swig will regenerate
 elseiff "%1" == "t" then
 
 rem touch all the *.i files so swig will regenerate
 elseiff "%1" == "t" then
@@ -49,7 +48,7 @@ elseiff "%1" == "i" then
 rem "r" --> make installer
 elseiff "%1" == "r" then
        shift
 rem "r" --> make installer
 elseiff "%1" == "r" then
        shift
-       set CMD=%PYTHON% distrib\make_installer.py %1 %2 %3 %4 %5 %6 %7 %8 %9
+       set CMD=%PYTHON% -u distrib\make_installer.py %1 %2 %3 %4 %5 %6 %7 %8 %9
 
 rem "s" --> source dist
 elseiff "%1" == "s" then
 
 rem "s" --> source dist
 elseiff "%1" == "s" then