hl2sdk/materialsystem/stdshaders/buildstdshaders.bat
2025-02-19 18:36:16 -05:00

14 lines
381 B
Batchfile

@echo off
setlocal
rem This script builds all the shaders... like you're a real game or something.
set BUILD_SHADER=call buildshaders.bat
set SOURCE_DIR="..\..\"
set GAME_DIR="..\..\..\game\platform"
%BUILD_SHADER% stdshader_dx9_20b -game %GAME_DIR%
%BUILD_SHADER% stdshader_dx9_20b_new -game %GAME_DIR%
%BUILD_SHADER% stdshader_dx9_30 -game %GAME_DIR% -force30