mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08:00
* Switched the SDK from checked-in projects to VPC, the Valve Project Creator. See the Getting Started document on the wiki for details.
* Pulled in bug fixes from HL2 and HL2MP.
This commit is contained in:
57
vpc_scripts/groups.vgc
Normal file
57
vpc_scripts/groups.vgc
Normal file
@ -0,0 +1,57 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// GROUPS.VGC
|
||||
//
|
||||
// Group Configurations for all Source(TM) Projects
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
///////////////////////
|
||||
// Group definitions //
|
||||
///////////////////////
|
||||
|
||||
$Group "gamedlls"
|
||||
{
|
||||
"client"
|
||||
"server"
|
||||
}
|
||||
|
||||
$Group "game"
|
||||
{
|
||||
"client"
|
||||
"mathlib"
|
||||
"server"
|
||||
"tier1"
|
||||
"vgui_controls"
|
||||
}
|
||||
|
||||
$Group "everything"
|
||||
{
|
||||
"captioncompiler"
|
||||
"client"
|
||||
"glview"
|
||||
"height2normal"
|
||||
"mathlib"
|
||||
"motionmapper"
|
||||
"phonemeextractor"
|
||||
"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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user