blob: efcaedfb3f2098a17fbd0cbf6e94a7784bb91563 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
//-----------------------------------------------------------------------------
// DEFAULT.VGC
//
// Configurations for all Source(TM) Projects
//-----------------------------------------------------------------------------
////////////////
// Game Names //
////////////////
$Games
{
"EPISODIC"
"HL2"
}
// Makes the VPC scripts work in the SDK's context
$Conditional "SOURCESDK" "1"
$Include "vpc_scripts\projects.vgc"
$Include "vpc_scripts\groups.vgc"
|