mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
|
|
// Include the gcsdk static lib, excluded from builds as appropriate.
|
|
$Folder "Link Libraries"
|
|
{
|
|
$File "$SRCDIR\lib\$PLATFORM\release\gcsdk$_STATICLIB_EXT"
|
|
{
|
|
$Configuration "Debug" { $ExcludedFromBuild "Yes" }
|
|
}
|
|
$File "$SRCDIR\lib\$PLATFORM\debug\gcsdk$_STATICLIB_EXT"
|
|
{
|
|
$Configuration "Release" { $ExcludedFromBuild "Yes" }
|
|
}
|
|
}
|