cnq3/makefiles/compile_shader.cmd

6 lines
262 B
Batchfile
Raw Normal View History

@echo off
set fxc="%FXCPATH%"
2022-12-26 21:04:52 +00:00
if "%FXCPATH%"=="" if not "%DXSDK_DIR%"=="" set fxc="%DXSDK_DIR%Utilities\\bin\\x86\\fxc.exe"
if "%FXCPATH%"=="" if "%DXSDK_DIR%"=="" set fxc="C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.20348.0\\x64\\fxc.exe"
%fxc% %*