mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
19 lines
428 B
Plaintext
19 lines
428 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// tier0_exclude.vpc
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Project
|
|
{
|
|
$Folder "Link Libraries"
|
|
{
|
|
// Should match the sites that include this
|
|
-$Lib "$LIBPUBLIC\tier0" [$POSIX && !$IS_LIB_PROJECT]
|
|
}
|
|
$Folder "Source Files"
|
|
{
|
|
-$File "$SRCDIR\public\tier0\memoverride.cpp"
|
|
}
|
|
}
|