2013-12-03 07:31:46 +04:00
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
// protobuf_include.vpc
|
|
|
|
//
|
|
|
|
// Project Script
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
$MacroRequired "PLATFORM"
|
|
|
|
|
|
|
|
$Project
|
|
|
|
{
|
2014-05-16 00:59:18 +04:00
|
|
|
$Folder "Link Libraries"
|
2013-12-03 07:31:46 +04:00
|
|
|
{
|
2014-05-16 00:59:18 +04:00
|
|
|
$Libexternal $SRCDIR\lib\public\2010\libprotobuf [$VS2010]
|
2013-12-03 20:54:16 +04:00
|
|
|
$Libexternal 2012\libprotobuf [$VS2012]
|
2014-05-16 00:59:18 +04:00
|
|
|
$Libexternal libprotobuf [$VS2013 || !$WINDOWS]
|
2013-12-03 07:31:46 +04:00
|
|
|
}
|
|
|
|
}
|