+rem "h" --> HYBRID
+elseiff "%1" == "h" then
+ shift
+ set CMD=%SETUP% %FLAGS% HYBRID=1 build_ext --inplace %1 %2 %3 %4 %5 %6 %7 %8 %9
+
+rem "a" --> make all installers
+elseiff "%1" == "a" then
+ shift
+ set CMD=echo Finished!
+
+ call b.bat 22 d
+ call b.bat 22 h
+ call b.bat 22 r
+ call b.bat 22 d UNICODE=1
+ call b.bat 22 h UNICODE=1
+ call b.bat 22 r UNICODE=1
+
+ call b.bat 23 d
+ call b.bat 23 h
+ call b.bat 23 r
+ call b.bat 23 d UNICODE=1
+ call b.bat 23 h UNICODE=1
+ call b.bat 23 r UNICODE=1
+
+
+rem "b" --> both debug and hybrid builds
+elseiff "%1" == "b" then
+ shift
+ set CMD=echo Finished!
+ 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
+