mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
23 lines
434 B
Plaintext
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"
|
|
}
|
|
}
|