mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-06-01 08:27:42 +03:00
18 lines
354 B
Plaintext
18 lines
354 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// tier0_exclude.vpc
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Project
|
|
{
|
|
$Folder "Link Libraries"
|
|
{
|
|
-$Lib "$LIBPUBLIC\tier0"
|
|
}
|
|
$Folder "Source Files"
|
|
{
|
|
-$File "$SRCDIR\public\tier0\memoverride.cpp"
|
|
}
|
|
}
|