diff options
Diffstat (limited to 'tier0/tier0_exclude.vpc')
| -rw-r--r-- | tier0/tier0_exclude.vpc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tier0/tier0_exclude.vpc b/tier0/tier0_exclude.vpc new file mode 100644 index 0000000..15dce79 --- /dev/null +++ b/tier0/tier0_exclude.vpc @@ -0,0 +1,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" + } +} |