mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-23 04:12:42 +00:00
c8205f9e4e
- no absolute paths in the pre-build commands for compiling HLSL shaders - can set a custom fxc.exe path through the FXCPATH environment variable
4 lines
No EOL
107 B
Batchfile
4 lines
No EOL
107 B
Batchfile
@echo off
|
|
set fxc="%FXCPATH%"
|
|
if "%FXCPATH%"=="" set fxc="%DXSDK_DIR%Utilities\\bin\\x86\\fxc.exe"
|
|
%fxc% %* |