Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
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.
 
 
 
 
 
 

13 lines
352 B

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