mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
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]
|
||
|
}
|
||
|
}
|