mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 12:36:05 +08: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"
|
||
|
}
|
||
|
}
|