X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..fdde476d53dcdb03bebd8ead8cea2c377fc3567d:/wxPython/b.bat?ds=inline diff --git a/wxPython/b.bat b/wxPython/b.bat index eaf0084599..a57cd4fb74 100755 --- a/wxPython/b.bat +++ b/wxPython/b.bat @@ -33,7 +33,6 @@ rem just remove the *.pyd's 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 @@ -49,7 +48,7 @@ elseiff "%1" == "i" then 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