1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00
Files
hl2sdk/vpc_scripts/source_replay_private.vpc
2025-02-19 18:39:00 -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"
}
}