hl2_src-leak-2017/src/tier0/tier0_exclude.vpc

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"
}
}