We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f172c9 commit 535a9e0Copy full SHA for 535a9e0
xrbuild.cmd
@@ -1,5 +1,8 @@
1
md res\bins\
2
3
+set CONFIGURATION=%1
4
+set PLATFORM=%2
5
+
6
if %PLATFORM% == 'Debug' if %CONFIGURATION% == 'x86' goto :DX86
7
if %PLATFORM% == 'Debug' if %CONFIGURATION% == 'x64' goto :DX64
8
if %PLATFORM% == 'Release' if %CONFIGURATION% == 'x86' goto :RX86
0 commit comments