mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
18 lines
424 B
Plaintext
18 lines
424 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// protobuf_include.vpc
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$MacroRequired "PLATFORM"
|
|
|
|
$Project
|
|
{
|
|
$Folder "Libraries"
|
|
{
|
|
$Libexternal libprotobuf [!$VS2012 && !$VS2013]
|
|
$Libexternal 2012\libprotobuf [$VS2012]
|
|
$Libexternal 2013\libprotobuf [$VS2013]
|
|
}
|
|
}
|