mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
14 lines
381 B
Batchfile
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
|