blob: eaebd0b1eb06d0ca1818e7cdf07d8ca2e1358406 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// 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" }
}
}
|