2013-07-05 02:20:31 +08:00
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
// protobuf_include.vpc
|
|
|
|
//
|
|
|
|
// Project Script
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
$MacroRequired "PLATFORM"
|
|
|
|
|
|
|
|
$Project
|
|
|
|
{
|
2014-10-31 00:30:57 +08:00
|
|
|
$Folder "Link Libraries"
|
2013-07-05 02:20:31 +08:00
|
|
|
{
|
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]
|
2013-07-05 02:20:31 +08:00
|
|
|
}
|
|
|
|
}
|