summaryrefslogtreecommitdiffstats
path: root/src/extras/shaders/make_hlsl.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/shaders/make_hlsl.cmd')
-rw-r--r--src/extras/shaders/make_hlsl.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/extras/shaders/make_hlsl.cmd b/src/extras/shaders/make_hlsl.cmd
new file mode 100644
index 00000000..dee95283
--- /dev/null
+++ b/src/extras/shaders/make_hlsl.cmd
@@ -0,0 +1,3 @@
+@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