cnq3/makefiles/compile_shader.cmd
myT c8205f9e4e fixed the Windows build and updated the build docs
- no absolute paths in the pre-build commands for compiling HLSL shaders
- can set a custom fxc.exe path through the FXCPATH environment variable
2020-02-25 10:37:02 +01:00

4 lines
No EOL
107 B
Batchfile

@echo off
set fxc="%FXCPATH%"
if "%FXCPATH%"=="" set fxc="%DXSDK_DIR%Utilities\\bin\\x86\\fxc.exe"
%fxc% %*