Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Jan 22, 2020
1 parent 75dd0f6 commit 70f7ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/BUILD.BAT
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 70f7ba9

Please sign in to comment.