diff options
| author | lbavoil <[email protected]> | 2016-03-25 13:01:54 +0100 |
|---|---|---|
| committer | lbavoil <[email protected]> | 2016-03-25 13:01:54 +0100 |
| commit | 99174e4e5fb4b7079da80b35a6dfd68f3fd56a1c (patch) | |
| tree | fbcd4260d6c953d569a887505336a1c3f202e10f /src/shaders/helper_fxc.bat | |
| download | hbaoplus-99174e4e5fb4b7079da80b35a6dfd68f3fd56a1c.tar.xz hbaoplus-99174e4e5fb4b7079da80b35a6dfd68f3fd56a1c.zip | |
GFSDK_HBAO+_distro_r3.0_cl20573789
Diffstat (limited to 'src/shaders/helper_fxc.bat')
| -rw-r--r-- | src/shaders/helper_fxc.bat | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/shaders/helper_fxc.bat b/src/shaders/helper_fxc.bat new file mode 100644 index 0000000..b7940f7 --- /dev/null +++ b/src/shaders/helper_fxc.bat @@ -0,0 +1,14 @@ +@if "%FXC_CMD_LINE%"=="" goto error +@set FXC=%~dp0\fxc.exe + +@echo fxc %FXC_CMD_LINE% + +@%FXC% %FXC_CMD_LINE% >nul +@if ERRORLEVEL 1 goto error + +:done +@exit /B 0 + +:error +@echo %0: ERROR +@exit /B 1 |