1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00
Files
hl2sdk/tier0/tier0_exclude.vpc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
371 B
Plaintext
Raw Normal View History

//-----------------------------------------------------------------------------
// tier0_exclude.vpc
//
// Project Script
//-----------------------------------------------------------------------------
$Project
{
$Folder "Link Libraries"
{
-$Lib "$LIBPUBLIC\tier0"
}
$Folder "Source Files"
{
-$File "$SRCDIR\public\tier0\memoverride.cpp"
}
}