mirror of
https://github.com/td512/re3.git
synced 2026-03-09 21:28:17 +00:00
4 lines
236 B
Batchfile
4 lines
236 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 obj\%%~nf.cso %%f
|
|
for %%f in (*VS.hlsl) do "%DXSDK_DIR%\Utilities\bin\x86\fxc.exe" /T vs_2_0 /nologo /E main /Fo obj\%%~nf.cso %%f
|