mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2025-12-31 17:48:37 +03:00
18 lines
431 B
Plaintext
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]
|
|
}
|
|
}
|