From 70f7ba9d41b3472d17416c05a758a6d097ae2e69 Mon Sep 17 00:00:00 2001 From: Bruce Wayne Date: Wed, 22 Jan 2020 17:00:01 +0800 Subject: [PATCH] Fix build script --- scripts/BUILD.BAT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/BUILD.BAT b/scripts/BUILD.BAT index 4c73fa95..07ba4bcf 100644 --- a/scripts/BUILD.BAT +++ b/scripts/BUILD.BAT @@ -1,6 +1,6 @@ @ECHO OFF RD /S /Q ..\Netch\bin > NUL 2>&1 RD /S /Q ..\Netch\obj > NUL 2>&1 -MSBuild /t:Rebuild /p:Configuration=Release;Platform=x64 ..\Netch.sln -MSBuild /t:Rebuild /p:Configuration=Release;Platform=x86 ..\Netch.sln +MSBuild -m -r /t:Rebuild /p:Configuration=Release;Platform=x64 ..\Netch.sln +MSBuild -m -r /t:Rebuild /p:Configuration=Release;Platform=x86 ..\Netch.sln PAUSE \ No newline at end of file