mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-06-21 18:19:32 +03:00
15 lines
498 B
Plaintext
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)"
|
|
{
|
|
}
|