hl2sdk/vpc_scripts/source_replay_private.vpc
2025-02-19 18:36:16 -05:00

23 lines
434 B
Plaintext

//-----------------------------------------------------------------------------
// SOURCE_REPLAY_PRIVATE.VPC
//
// Included from SOURCE_REPLAY.VPC if the $BUILD_REPLAY macro defined.
//
//-----------------------------------------------------------------------------
$Configuration
{
$Compiler
{
$PreprocessorDefinitions "$BASE;REPLAY_ENABLED"
}
}
$Project
{
$Folder "Link libraries"
{
$Lib "$LIBCOMMON/replay_common"
}
}