summaryrefslogtreecommitdiff
path: root/devtools/diffmemstats/diffmemstats.vpc
blob: 425bc33ef15899afacca3ce4f4661c5563dc1013 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
//-----------------------------------------------------------------------------
//	DIFFMEMSTATS.VPC
//
//	Project Script
//-----------------------------------------------------------------------------

$Macro SRCDIR		"..\.."
$Macro OUTBINDIR	"$SRCDIR\devtools\bin"

$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"

$Configuration
{
	$Compiler
	{
		$AdditionalIncludeDirectories	"$BASE;$SRCDIR\x360xdk\include\win32\vs2005"
		$AdditionalOptions				"/EHsc"
	}

	$Linker
	{
	}		
}

$Project "diffmemstats"
{
	$Folder	"Source Files"
	{
		$File	"diffmemstats.cpp"
	}
}