diff options
Diffstat (limited to 'build.bat')
-rw-r--r-- | build.bat | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -93,6 +93,12 @@ for %%c in (%confs%) do ( ) ) +for %%c in (%confs%) do ( + for %%p in (%plats%) do ( + call :run_build evolution/evolution-%1-vc%vcver%.sln %%c %%p + ) +) + if not "_%failed%_" == "__" goto error echo. |