mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 22:20:36 +00:00
3 lines
228 B
Batchfile
3 lines
228 B
Batchfile
@echo off
|
|
for %%f in (*PS.hlsl) do "%DXSDK_DIR%\Utilities\bin\x86\fxc.exe" /T ps_2_0 /nologo /E main /Fo %%~nf.cso %%f
|
|
for %%f in (*VS.hlsl) do "%DXSDK_DIR%\Utilities\bin\x86\fxc.exe" /T vs_2_0 /nologo /E main /Fo %%~nf.cso %%f
|