mirror of
https://github.com/halpz/re3.git
synced 2025-04-24 11:36:58 +00:00
4 lines
228 B
Batchfile
4 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
|