mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
21 lines
511 B
Plaintext
21 lines
511 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// tier1_exclude.vpc
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Project
|
|
{
|
|
$Folder "Link Libraries"
|
|
{
|
|
// Should match the sites that include this
|
|
-$Lib "$LIBPUBLIC\tier1" [$POSIX && !$IS_LIB_PROJECT]
|
|
}
|
|
|
|
$Folder "Link Libraries"
|
|
{
|
|
-$File "$SRCDIR\lib\$PLATFORM\tier1$_STATICLIB_EXT" [!$WINDOWS]
|
|
-$File "$SRCDIR\lib\public\tier1$_STATICLIB_EXT" [$WINDOWS]
|
|
}
|
|
}
|