forked from hitmen047/Source-PlusPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroups.vgc
66 lines (59 loc) · 874 Bytes
/
groups.vgc
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
//-----------------------------------------------------------------------------
// GROUPS.VGC
//
// Group Configurations for all Source(TM) Projects
//-----------------------------------------------------------------------------
///////////////////////
// Group definitions //
///////////////////////
$Group "gamedlls"
{
"client"
"server"
}
$Group "game"
{
"client"
"mathlib"
"raytrace"
"server"
"tier1"
"vgui_controls"
}
$Group "shaders"
{
"game_shader_dx9"
}
$Group "everything"
{
"captioncompiler"
"client"
"fgdlib"
"game_shader_dx9"
"glview"
"height2normal"
"mathlib"
"motionmapper"
"phonemeextractor"
"raytrace"
"qc_eyes"
"server"
"serverplugin_empty"
"tgadiff"
"tier1"
"vbsp"
"vgui_controls"
"vice"
"vrad_dll"
"vrad_launcher"
"vtf2tga"
"vtfdiff"
"vvis_dll"
"vvis_launcher"
}
$Group "dedicated"
{
"mathlib"
"server"
"tier1"
}