mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
15 lines
420 B
Plaintext
15 lines
420 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// stdshader_dx9.vpc
|
|
//
|
|
// Project Script for mods to use an an example of how to override shaders
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR "..\.."
|
|
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
|
|
|
$Include "$SRCDIR\materialsystem\stdshaders\stdshader_dx9_inc.vpc"
|
|
|
|
$Project "stdshader_dx9"
|
|
{
|
|
}
|