1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-22 09:38:56 +08:00
hl2sdk/game/protobuf_include.vpc
2014-10-30 12:30:57 -04:00

18 lines
448 B
Plaintext

//-----------------------------------------------------------------------------
// protobuf_include.vpc
//
// Project Script
//-----------------------------------------------------------------------------
$MacroRequired "PLATFORM"
$Project
{
$Folder "Link Libraries"
{
$Libexternal $SRCDIR\lib\public\2010\libprotobuf [$VS2010]
$Libexternal 2012\libprotobuf [$VS2012]
$Libexternal libprotobuf [$VS2013 || !$WINDOWS]
}
}