1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-03 16:13:22 +08:00
hl2sdk/tier0/tier0_exclude.vpc

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