source-sdk-2013-mapbase/src/materialsystem/stdshaders/game_shader_generic_example_hl2mp.vpc
2025-02-18 18:51:37 +00:00

15 lines
498 B
Plaintext

//-----------------------------------------------------------------------------
// game_shader_generic_example_hl2mp.vpc
//
// Project Script for mods to use an an example of how to override shaders
//-----------------------------------------------------------------------------
$Macro SRCDIR "..\.."
$Macro OUTBINNAME "game_shader_generic_example"
$Macro GAMENAME "mod_hl2mp"
$Include "$SRCDIR\materialsystem\stdshaders\game_shader_generic_example_base.vpc"
$Project "Game Shaders (HL2MP)"
{
}