mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
28 lines
510 B
Plaintext
28 lines
510 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
|
|
{
|
|
$Folder "Link Libraries"
|
|
{
|
|
$Lib gcsdk_sdk
|
|
}
|
|
}
|