Files
cool-source-archive/game/protobuf_include.vpc
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

18 lines
431 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]
}
}