blob: c4fe5022774d31a6b35970894bb98f7d2cd2717e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//-----------------------------------------------------------------------------
// protobuf_include.vpc
//
// Project Script
//-----------------------------------------------------------------------------
$MacroRequired "PLATFORM"
$Project
{
$Folder "Libraries"
{
$Libexternal libprotobuf [!$VS2012 && !$VS2013]
$Libexternal 2012\libprotobuf [$VS2012]
$Libexternal 2013\libprotobuf [$VS2013]
}
}
|