css_enhanced_waf/vpc_scripts/source_replay_private.vpc

23 lines
434 B
Text
Raw Normal View History

2020-04-22 17:56:21 +01:00
//-----------------------------------------------------------------------------
// 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"
}
}