2013-07-04 11:20:31 -07:00
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
// protobuf_include.vpc
|
|
|
|
//
|
|
|
|
// Project Script
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
$MacroRequired "PLATFORM"
|
|
|
|
|
|
|
|
$Project
|
|
|
|
{
|
2014-10-30 12:30:57 -04:00
|
|
|
$Folder "Link Libraries"
|
2013-07-04 11:20:31 -07:00
|
|
|
{
|
2014-10-30 12:30:57 -04:00
|
|
|
$Libexternal $SRCDIR\lib\public\2010\libprotobuf [$VS2010]
|
2014-02-28 14:08:09 -05:00
|
|
|
$Libexternal 2012\libprotobuf [$VS2012]
|
2014-10-30 12:30:57 -04:00
|
|
|
$Libexternal libprotobuf [$VS2013 || !$WINDOWS]
|
2013-07-04 11:20:31 -07:00
|
|
|
}
|
|
|
|
}
|