summaryrefslogtreecommitdiff
path: root/utils/itemtest_controls/itemtest_controls.vpc
blob: edcaeb7f3135c2089d5d8baf5a49dc63535042b6 (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
//============ Copyright (c) Valve Corporation, All rights reserved. ==========
//
// Converts various input bitmap & geometry formats into standard
// Valve formats, renames and places items in the proper directories
// and calls vtex/studiomdl and can ZIP archive the results.
//
//=============================================================================


$Macro SRCDIR		"..\.."

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

$Configuration
{
	$Compiler
	{
		$PreprocessorDefinitions			"$BASE;VERSION_SAFE_STEAM_API_INTERFACES;ITEMUPLIB_LIB"
	}
}

$Project "itemtest_controls"
{
	$Folder	"Source Files"
	{
		$File	"itemtest_controls.cpp"
		$File	"dualpanellist.cpp"
		$File	"globalsubpanel.cpp"
		$File	"finalsubpanel.cpp"
	}

	$Folder	"Header Files"
	{
		$File	"$SRCDIR\public\itemtest\itemtest_controls.h"
	}
}