You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
352 B
14 lines
352 B
5 years ago
|
|
||
|
// 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" }
|
||
|
}
|
||
|
}
|