source-engine/tier0/tier0_exclude.vpc

19 lines
428 B
Plaintext
Raw Normal View History

2020-04-22 16:56:21 +00:00
//-----------------------------------------------------------------------------
// 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"
}
}