summaryrefslogtreecommitdiff
path: root/vpc_scripts/source_replay_private.vpc
blob: ac56262851bfe3359e1719ced3db136de2903d9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//-----------------------------------------------------------------------------
// 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"
	}
}