aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 3 deletions
diff --git a/src/extras/shaders/make_hlsl.cmd b/src/extras/shaders/make_hlsl.cmd
deleted file mode 100644
index dee95283..00000000
--- a/src/extras/shaders/make_hlsl.cmd
+++ /dev/null
@@ -1,3 +0,0 @@
-@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