mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
1
This commit is contained in:
13
gcsdk/gcsdk_include.vpc
Normal file
13
gcsdk/gcsdk_include.vpc
Normal file
@@ -0,0 +1,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" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user