summaryrefslogtreecommitdiff
path: root/utils/vmpi/testapps/vmpi_launch/vmpi_launch.vpc
blob: 99b642adc3f446db66e6d42fc2aee5402c9718a3 (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
32
33
34
35
36
37
38
//-----------------------------------------------------------------------------
//	VMPI_LAUNCH.VPC
//
//	Project Script
//-----------------------------------------------------------------------------

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

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

$Configuration
{
	$Compiler
	{
		$AdditionalIncludeDirectories		"$BASE,.\,..\.."
	}

	$Linker
	{
		$AdditionalDependencies				"ws2_32.lib odbc32.lib odbccp32.lib"
	}
}

$Project "Vmpi_launch"
{
	$Folder	"Source Files"
	{
		$File	"..\..\iphelpers.cpp"
		$File	"StdAfx.cpp"
		$File	"vmpi_launch.cpp"
	}

	$Folder	"Header Files"
	{
		$File	"StdAfx.h"
	}
}