diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:31:46 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:46:31 -0800 |
| commit | f56bb35301836e56582a575a75864392a0177875 (patch) | |
| tree | de61ddd39de3e7df52759711950b4c288592f0dc /mp/src/vpc_scripts/groups.vgc | |
| parent | Mark some more files as text. (diff) | |
| download | source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip | |
Fix line endings. WHAMMY.
Diffstat (limited to 'mp/src/vpc_scripts/groups.vgc')
| -rw-r--r-- | mp/src/vpc_scripts/groups.vgc | 132 |
1 files changed, 66 insertions, 66 deletions
diff --git a/mp/src/vpc_scripts/groups.vgc b/mp/src/vpc_scripts/groups.vgc index 9bbb0e1c..a50216f5 100644 --- a/mp/src/vpc_scripts/groups.vgc +++ b/mp/src/vpc_scripts/groups.vgc @@ -1,66 +1,66 @@ -//-----------------------------------------------------------------------------
-// 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"
-}
-
+//----------------------------------------------------------------------------- +// 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" +} + |