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" }
|
|
}
|
|
}
|