Files
cool-source-archive/vpc_scripts/source_replay_private.vpc
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +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"
}
}