X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/355a2516ba6f7daa1714e245e8382f55c553943d..b74cce40fd1ddd4d1432ff668deee5ea89cd406c:/wxPython/b.bat diff --git a/wxPython/b.bat b/wxPython/b.bat index 4f9e1c3322..22f0042c1e 100755 --- a/wxPython/b.bat +++ b/wxPython/b.bat @@ -33,6 +33,7 @@ rem just remove the *.pyd's elseiff "%1" == "d" then shift set CMD=del wxPython\*.pyd + set OTHERCMD=del wxPython\*.pdb rem touch all the *.i files so swig will regenerate elseiff "%1" == "t" then @@ -99,8 +100,8 @@ rem "b" --> both debug and hybrid builds elseiff "%1" == "b" then shift set CMD=echo Finished! - call b.bat %VER% h %1 %2 %3 %4 %5 %6 %7 %8 %9 call b.bat %VER% %1 %2 %3 %4 %5 %6 %7 %8 %9 + call b.bat %VER% h %1 %2 %3 %4 %5 %6 %7 %8 %9 rem (no command arg) --> normal build for development else