aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.bat b/build.bat
index 7ec749d..4afe3a2 100644
--- a/build.bat
+++ b/build.bat
@@ -79,6 +79,14 @@ for %%c in (%confs%) do (
)
)
+for %%d in (%1) do (
+ for %%c in (%confs%) do (
+ for %%p in (%plats%) do (
+ call :run_build %%d/%%d-vc%vcver%.sln %%c %%p
+ )
+ )
+)
+
for %%c in (%confs%) do (
for %%p in (%plats%) do (
call :run_build common/common-%1-vc%vcver%.sln %%c %%p