Fix build script

This commit is contained in:
Bruce Wayne
2020-01-22 17:00:01 +08:00
parent 75dd0f60fe
commit 70f7ba9d41

View File

@@ -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