Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Dec 12, 2017
1 parent 5f172c9 commit 535a9e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xrbuild.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
md res\bins\

set CONFIGURATION=%1
set PLATFORM=%2

if %PLATFORM% == 'Debug' if %CONFIGURATION% == 'x86' goto :DX86
if %PLATFORM% == 'Debug' if %CONFIGURATION% == 'x64' goto :DX64
if %PLATFORM% == 'Release' if %CONFIGURATION% == 'x86' goto :RX86
Expand Down

0 comments on commit 535a9e0

Please sign in to comment.