mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-11 19:29:08 +00:00
1
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// 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
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user