summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/src/render/direct3d12/compile_shaders_xbox.bat
blob: 311b172c795fa38d3bff7e4165553ac9c471a986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if %2.==one. goto setxboxone
rem Xbox Series compile
set DXC="%GameDKLatest%\GXDK\bin\Scarlett\DXC.exe"
set SUFFIX=_Series.h
goto startbuild

:setxboxone
set DXC="%GameDKLatest%\GXDK\bin\XboxOne\DXC.exe"
set SUFFIX=_One.h

:startbuild

call "%~dp0\compile_shaders.bat"