mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-10 14:41:48 +00:00
4 lines
107 B
Batchfile
4 lines
107 B
Batchfile
|
@echo off
|
||
|
set fxc="%FXCPATH%"
|
||
|
if "%FXCPATH%"=="" set fxc="%DXSDK_DIR%Utilities\\bin\\x86\\fxc.exe"
|
||
|
%fxc% %*
|