You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
428 B
19 lines
428 B
5 years ago
|
//-----------------------------------------------------------------------------
|
||
|
// 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"
|
||
|
}
|
||
|
}
|