mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
45 lines
836 B
Plaintext
45 lines
836 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// gcsdk_include.vpc
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$MacroRequired "PLATFORM"
|
|
$MacroRequired GENERATED_PROTO_DIR
|
|
|
|
$include "$SRCDIR\vpc_scripts\protobuf_builder.vpc"
|
|
$include "$SRCDIR\gcsdk\steammessages_include.vpc"
|
|
|
|
$Configuration
|
|
{
|
|
$General
|
|
{
|
|
$AdditionalProjectDependencies "gcsdk"
|
|
}
|
|
}
|
|
|
|
$Project
|
|
{
|
|
$File "$SRCDIR/gcsdk/gcsystemmsgs.proto"
|
|
$Folder "Generated Files" [!$OSXALL]
|
|
{
|
|
$DynamicFile "$GENERATED_PROTO_DIR/gcsystemmsgs.pb.h"
|
|
$DynamicFile "$GENERATED_PROTO_DIR/gcsystemmsgs.pb.cc"
|
|
{
|
|
$Configuration
|
|
{
|
|
$Compiler
|
|
{
|
|
$Create/UsePrecompiledHeader "Not Using Precompiled Headers"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
$Folder "Link Libraries"
|
|
{
|
|
$Lib gcsdk
|
|
}
|
|
|
|
}
|