Skip to content

Commit 535a9e0

Browse files
committed
Update build script
1 parent 5f172c9 commit 535a9e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xrbuild.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
md res\bins\
22

3+
set CONFIGURATION=%1
4+
set PLATFORM=%2
5+
36
if %PLATFORM% == 'Debug' if %CONFIGURATION% == 'x86' goto :DX86
47
if %PLATFORM% == 'Debug' if %CONFIGURATION% == 'x64' goto :DX64
58
if %PLATFORM% == 'Release' if %CONFIGURATION% == 'x86' goto :RX86

0 commit comments

Comments
 (0)