1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00
hl2sdk/game/protobuf_include.vpc

18 lines
448 B
Plaintext
Raw Normal View History

//-----------------------------------------------------------------------------
// protobuf_include.vpc
//
// Project Script
//-----------------------------------------------------------------------------
$MacroRequired "PLATFORM"
$Project
{
2014-10-31 00:30:57 +08:00
$Folder "Link Libraries"
{
2014-10-31 00:30:57 +08:00
$Libexternal $SRCDIR\lib\public\2010\libprotobuf [$VS2010]
2014-03-01 03:08:09 +08:00
$Libexternal 2012\libprotobuf [$VS2012]
2014-10-31 00:30:57 +08:00
$Libexternal libprotobuf [$VS2013 || !$WINDOWS]
}
}