summaryrefslogtreecommitdiff
path: root/tier0/tier0_exclude.vpc
blob: 15dce799f77f81e15b95600c25b6b0dcb719c664 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//-----------------------------------------------------------------------------
//	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"
	}
}