mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-01-05 22:10:07 +03:00
init
This commit is contained in:
84
vpc_scripts/groups.vgc
Normal file
84
vpc_scripts/groups.vgc
Normal file
@@ -0,0 +1,84 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// GROUPS.VGC
|
||||
//
|
||||
// Group Configurations for all Source(TM) Projects
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
///////////////////////
|
||||
// Group definitions //
|
||||
///////////////////////
|
||||
|
||||
$Group "gamedlls"
|
||||
{
|
||||
"client"
|
||||
"server"
|
||||
}
|
||||
|
||||
$Group "game"
|
||||
{
|
||||
"client"
|
||||
"mathlib"
|
||||
"raytrace"
|
||||
"server"
|
||||
"tier1"
|
||||
"vgui_controls"
|
||||
"engine"
|
||||
"materialsystem"
|
||||
"studiorender"
|
||||
"filesystem_stdio"
|
||||
"filesystem_steam"
|
||||
"vpklib"
|
||||
"vtf"
|
||||
"bsppack"
|
||||
"bspzip"
|
||||
}
|
||||
|
||||
$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"
|
||||
"engine"
|
||||
"materialsystem"
|
||||
"studiorender"
|
||||
"filesystem_stdio"
|
||||
"filesystem_steam"
|
||||
"vpklib"
|
||||
"vtf"
|
||||
"bsppack"
|
||||
"bspzip"
|
||||
}
|
||||
|
||||
$Group "dedicated"
|
||||
{
|
||||
"mathlib"
|
||||
"server"
|
||||
"tier1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user