diff options
Diffstat (limited to 'protocols/SkypeClassic/build/make.bat')
-rw-r--r-- | protocols/SkypeClassic/build/make.bat | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/protocols/SkypeClassic/build/make.bat b/protocols/SkypeClassic/build/make.bat index 0821b0041f..1e947ad005 100644 --- a/protocols/SkypeClassic/build/make.bat +++ b/protocols/SkypeClassic/build/make.bat @@ -1,6 +1,6 @@ -cmd /c make_w32
-cmd /c make_w64
-cmd /c make_debug_w32
-cmd /c make_debug_w64
-pause
-deploy
+cmd /c make_w32 +cmd /c make_w64 +cmd /c make_debug_w32 +cmd /c make_debug_w64 +pause +deploy |