mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
3569c0f8f5
* Pulled in bug fixes from HL2 and HL2MP.
15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// tier1_exclude.vpc
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Project
|
|
{
|
|
$Folder "Link Libraries"
|
|
{
|
|
-$File "$SRCDIR\lib\$PLATFORM\tier1$_STATICLIB_EXT" [!$WINDOWS]
|
|
-$File "$SRCDIR\lib\public\tier1$_STATICLIB_EXT" [$WINDOWS]
|
|
}
|
|
}
|