Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1224 lines
18 KiB

  1. //-----------------------------------------------------------------------------
  2. // GROUPS.VGC
  3. //
  4. // Group Configurations for all Source(TM) Projects
  5. //-----------------------------------------------------------------------------
  6. ///////////////////////
  7. // Group definitions //
  8. ///////////////////////
  9. $Group "csgo_partner"
  10. {
  11. "appframework"
  12. "valve_avi"
  13. "bitmap"
  14. "bitmap_byteswap"
  15. "bonesetup"
  16. "choreoobjects"
  17. "datacache"
  18. "datamodel"
  19. "dedicated"
  20. "dedicated_main"
  21. "dmserializers"
  22. "dmxloader"
  23. "engine"
  24. "engine_ds"
  25. "fgdlib"
  26. "filesystem_stdio"
  27. "fow"
  28. "client"
  29. "server"
  30. "hammer_dll"
  31. "hammer_launcher"
  32. "inputsystem"
  33. "interfaces"
  34. "launcher"
  35. "launcher_main"
  36. "matchmaking"
  37. "matchmakingbase"
  38. "matchmaking_ds"
  39. "matchmakingbase_ds"
  40. "materialobjects"
  41. "materialsystem"
  42. "shaderapiempty"
  43. "shaderlib"
  44. "stdshader_dbg"
  45. "stdshader_dx9"
  46. "mathlib"
  47. "mathlib_extended"
  48. "mdllib"
  49. "mdlobjects"
  50. "meshutils"
  51. "movieobjects"
  52. "particles"
  53. "raytrace"
  54. "resourcefile"
  55. "responserules_runtime"
  56. "scenefilecache"
  57. "serverbrowser"
  58. "soundemittersystem"
  59. "soundsystem"
  60. "soundsystem_lowlevel"
  61. "studiorender"
  62. "quickhull"
  63. "tier0"
  64. "tier1"
  65. "tier2"
  66. "tier3"
  67. "commedit"
  68. "pet"
  69. "toolutils"
  70. "vmt"
  71. "filesystemopendialog"
  72. "hlmv"
  73. "mxtoolkitwin32"
  74. "shadercompile_dll"
  75. "shadercompile_launcher"
  76. "vbsp"
  77. "vbspinfo"
  78. "vtex_dll"
  79. "vtex_launcher"
  80. "vvis_dll"
  81. "vvis_launcher"
  82. "vrad_dll"
  83. "vrad_launcher"
  84. "dme_controls"
  85. "game_controls"
  86. "matsys_controls"
  87. "vgui_dll"
  88. "vgui_controls"
  89. "vgui_surfacelib"
  90. "vlocalize"
  91. "vguimatsurface"
  92. "unitlib"
  93. "localize"
  94. "bzip2"
  95. "videocfg"
  96. "newdat"
  97. "vpklib"
  98. "vscript"
  99. "vstdlib"
  100. "vtf"
  101. }
  102. $Group "csgo_partner_linux"
  103. {
  104. "appframework"
  105. "bitmap"
  106. "bonesetup"
  107. "bzip2"
  108. "choreoobjects"
  109. "datacache"
  110. "dedicated"
  111. "dmxloader"
  112. "engine"
  113. "engine_ds"
  114. "fgdlib"
  115. "filesystem_stdio"
  116. "interfaces"
  117. "matchmaking"
  118. "matchmakingbase"
  119. "matchmakingbase_ds"
  120. "materialsystem"
  121. "mathlib"
  122. "mathlib_extended"
  123. "matsys_controls"
  124. "particles"
  125. "quickhull"
  126. "responserules_runtime"
  127. "scenefilecache"
  128. "server"
  129. "shaderapiempty"
  130. "shaderlib"
  131. "soundemittersystem"
  132. "soundsystem_lowlevel"
  133. "studiorender"
  134. "tier0"
  135. "tier1"
  136. "tier2"
  137. "tier3"
  138. "unitlib"
  139. "vgui_controls"
  140. "vpklib"
  141. "vscript"
  142. "vstdlib"
  143. "vtf"
  144. }
  145. $Group "gamedlls"
  146. {
  147. "client"
  148. "server"
  149. "matchmaking"
  150. "matchmaking_ds"
  151. }
  152. $Group "maya2009"
  153. {
  154. "valvemaya_maya2009"
  155. "vsblendeditor_maya2009"
  156. "vsdmxio_maya2009"
  157. "vsmaster_maya2009"
  158. "vsmdlio_maya2009"
  159. "vsskinner_maya2009"
  160. "vstblendtools_maya2009"
  161. "vstoverlap_maya2009"
  162. "vstsmdio_maya2009"
  163. "vstuihook_maya2009"
  164. "vstutils_maya2009"
  165. "vsvmfio_maya2009"
  166. }
  167. $Group "maya2011"
  168. {
  169. "valvemaya_maya2011"
  170. "vsblendeditor_maya2011"
  171. "vsdmxio_maya2011"
  172. "vsmaster_maya2011"
  173. "vsmdlio_maya2011"
  174. "vsskinner_maya2011"
  175. "vstblendtools_maya2011"
  176. "vstoverlap_maya2011"
  177. "vstsmdio_maya2011"
  178. "vstuihook_maya2011"
  179. "vstutils_maya2011"
  180. "vsvmfio_maya2011"
  181. }
  182. $Group "maya2012"
  183. {
  184. "valvemaya_maya2012"
  185. "vsdmxio_maya2012"
  186. "vsmaster_maya2012"
  187. "vsmdlio_maya2012"
  188. "vsskinner_maya2012"
  189. "vstblendtools_maya2012"
  190. "vstoverlap_maya2012"
  191. "vstsmdio_maya2012"
  192. "vstuihook_maya2012"
  193. "vstutils_maya2012"
  194. "vsvmfio_maya2012"
  195. }
  196. $Group "python2.5"
  197. {
  198. "animEngine_python2.5"
  199. "valvePython_python2.5"
  200. "vp_python2.5"
  201. "swig_datamodel_lib_python2.5"
  202. "swig_dmeutils_lib_python2.5"
  203. "swig_dmxedit_lib_python2.5"
  204. "swig_materialobjects_lib_python2.5"
  205. "swig_mdlobjects_lib_python2.5"
  206. "swig_movieobjects_lib_python2.5"
  207. "datamodel_pyd_python2.5"
  208. "valve_pyd_python2.5"
  209. }
  210. $Group "python2.6"
  211. {
  212. "animEngine_python2.6"
  213. "valvePython_python2.6"
  214. "vp_python2.6"
  215. "swig_datamodel_lib_python2.6"
  216. "swig_dmeutils_lib_python2.6"
  217. "swig_dmxedit_lib_python2.6"
  218. "swig_materialobjects_lib_python2.6"
  219. "swig_mdlobjects_lib_python2.6"
  220. "swig_movieobjects_lib_python2.6"
  221. "datamodel_pyd_python2.6"
  222. "valve_pyd_python2.6"
  223. }
  224. $Group "python"
  225. {
  226. "animEngine_python2.5"
  227. "valvePython_python2.5"
  228. "vp_python2.5"
  229. "swig_datamodel_lib_python2.5"
  230. "swig_dmeutils_lib_python2.5"
  231. "swig_dmxedit_lib_python2.5"
  232. "swig_materialobjects_lib_python2.5"
  233. "swig_mdlobjects_lib_python2.5"
  234. "swig_movieobjects_lib_python2.5"
  235. "datamodel_pyd_python2.5"
  236. "valve_pyd_python2.5"
  237. "animEngine_python2.6"
  238. "valvePython_python2.6"
  239. "vp_python2.6"
  240. "swig_datamodel_lib_python2.6"
  241. "swig_dmeutils_lib_python2.6"
  242. "swig_dmxedit_lib_python2.6"
  243. "swig_materialobjects_lib_python2.6"
  244. "swig_mdlobjects_lib_python2.6"
  245. "swig_movieobjects_lib_python2.6"
  246. "datamodel_pyd_python2.6"
  247. "valve_pyd_python2.6"
  248. }
  249. $Group "shaders"
  250. {
  251. "shadercompile_dll"
  252. "shadercompile_launcher"
  253. "remoteshadercompile"
  254. "shaderapiempty"
  255. "shaderlib"
  256. "stdshader_dbg"
  257. "stdshader_dx9"
  258. }
  259. $Group "ShaderCompile"
  260. {
  261. "filesystem_stdio"
  262. "shadercompile_dll"
  263. "shadercompile_launcher"
  264. "remoteshadercompile"
  265. "tier0"
  266. "tier1"
  267. "tier2"
  268. "vmpi"
  269. "vstdlib"
  270. }
  271. $Group "physics"
  272. {
  273. "hk_base"
  274. "hk_math"
  275. "havana_constraints"
  276. "ivp_compactbuilder"
  277. "ivp_physics"
  278. "vphysics"
  279. // "viewphys"
  280. // "viewphysdc"
  281. "vgui_controls"
  282. "tier0"
  283. "mathlib"
  284. "appframework"
  285. }
  286. $Group "physics_dependencies"
  287. {
  288. "mathlib"
  289. "tier0"
  290. }
  291. $Group "xbox_utils"
  292. {
  293. "MakeGameData"
  294. "VXConsole"
  295. // "xbspinfo"
  296. "XLSPMakeFiles"
  297. "XLSPMaster"
  298. "XLSPMasterTest"
  299. }
  300. // xbox xex/libs/dll projects, not part of the shipping console solution
  301. $Group "xbox_projects"
  302. {
  303. // "AppChooser"
  304. // "AppInstaller"
  305. "simdtest"
  306. }
  307. $Group "ps3_utils"
  308. {
  309. "MakeGameData"
  310. // "tier0"
  311. // "tier1"
  312. // "vstdlib"
  313. // "dtlibwrapper"
  314. "VXConsole_ps3"
  315. }
  316. // All projects required to build the console version
  317. $Group "console"
  318. {
  319. // "appinstaller"
  320. "appframework"
  321. "bitmap"
  322. // "blobulator"
  323. // "blobulator_job"
  324. "bonesetup"
  325. "bzip2"
  326. "choreoobjects"
  327. "client"
  328. "datacache"
  329. "dmxloader"
  330. "engine"
  331. "filesystem_stdio"
  332. // "gcsdk"
  333. "havana_constraints"
  334. "hk_base"
  335. "hk_math"
  336. "inputsystem"
  337. "interfaces"
  338. "ivp_compactbuilder"
  339. "ivp_physics"
  340. "job_accumpose"
  341. "job_benchmark"
  342. "job_buildindices"
  343. "job_buildrenderables"
  344. "job_buildworldlists"
  345. // "job_edgemlaa"
  346. "job_hello"
  347. "job_mp3dec"
  348. "job_notify"
  349. "job_sndupsampler"
  350. "job_zlibinflate"
  351. "job_zlibdeflate"
  352. "rawspu_gcmdraw"
  353. "launcher"
  354. "launcher_main"
  355. "localize"
  356. "matchmakingbase"
  357. "matchmaking"
  358. "materialsystem"
  359. "mathlib"
  360. "matsys_controls"
  361. "meshutils"
  362. "particles"
  363. "raytrace"
  364. "resourcefile"
  365. "responserules_runtime"
  366. "scaleformui"
  367. "scenefilecache"
  368. "server"
  369. "shaderlib"
  370. "shaderapidx9"
  371. "soundemittersystem"
  372. "stdshader_dx9"
  373. "studiorender"
  374. "tier0_staticlib"
  375. "tier0"
  376. "tier1"
  377. "tier2"
  378. "tier3"
  379. "vgui_controls"
  380. "vgui_dll"
  381. "vgui_surfacelib"
  382. "vguimatsurface"
  383. "videocfg"
  384. "vjobs"
  385. "vphysics"
  386. "vscript"
  387. "vstdlib_staticlib"
  388. "vstdlib"
  389. "vtf"
  390. "vxbdm"
  391. }
  392. $Group "console_licensee"
  393. {
  394. "appframework"
  395. "bitmap"
  396. "bonesetup"
  397. "bzip2"
  398. "choreoobjects"
  399. "client"
  400. "datacache"
  401. "dmxloader"
  402. "engine"
  403. "filesystem_stdio"
  404. "inputsystem"
  405. "interfaces"
  406. "job_accumpose"
  407. "job_benchmark"
  408. "job_buildindices"
  409. "job_buildrenderables"
  410. "job_buildworldlists"
  411. "job_hello"
  412. "job_mp3dec"
  413. "job_notify"
  414. "job_sndupsampler"
  415. "job_zlibinflate"
  416. "job_zlibdeflate"
  417. "rawspu_gcmdraw"
  418. "launcher"
  419. "launcher_main"
  420. "localize"
  421. "matchmakingbase"
  422. "matchmaking"
  423. "materialsystem"
  424. "mathlib"
  425. "matsys_controls"
  426. "meshutils"
  427. "particles"
  428. "raytrace"
  429. "resourcefile"
  430. "responserules_runtime"
  431. "scaleformui"
  432. "scenefilecache"
  433. "server"
  434. "shaderlib"
  435. "shaderapidx9"
  436. "soundemittersystem"
  437. "stdshader_dx9"
  438. "studiorender"
  439. "tier0_staticlib"
  440. "tier0"
  441. "tier1"
  442. "tier2"
  443. "tier3"
  444. "vgui_controls"
  445. "vgui_dll"
  446. "vgui_surfacelib"
  447. "vguimatsurface"
  448. "videocfg"
  449. "vjobs"
  450. "vscript"
  451. "vstdlib_staticlib"
  452. "vstdlib"
  453. "vtf"
  454. "vxbdm"
  455. }
  456. $Group "game"
  457. {
  458. "appframework"
  459. "bitmap"
  460. "bitmap_byteswap"
  461. // "blobulator"
  462. // "blobulator_job"
  463. "bonesetup"
  464. "bsppack"
  465. "bzip2"
  466. "choreoobjects"
  467. "client"
  468. "datacache"
  469. "dedicated"
  470. "dedicated_main"
  471. "dmxloader"
  472. "engine"
  473. "fgdlib"
  474. "filesystem_stdio"
  475. "gc"
  476. "gcsdk"
  477. "gcsdk_gc"
  478. "havana_constraints"
  479. "hk_base"
  480. "hk_math"
  481. "inputsystem"
  482. "interfaces"
  483. "ivp_compactbuilder"
  484. "ivp_physics"
  485. "jpeglib"
  486. "launcher"
  487. "launcher_main"
  488. "localize"
  489. "lzma"
  490. "matchmaking"
  491. "matchmaking_ds"
  492. "matchmakingbase"
  493. "matchmakingbase_ds"
  494. "materialsystem"
  495. "mathlib"
  496. "mathlib_extended"
  497. "matsys_controls"
  498. "meshutils"
  499. "missionchooser"
  500. "particles"
  501. "quickhull"
  502. "raytrace"
  503. "resourcefile"
  504. "responserules_runtime"
  505. "scaleformui"
  506. "scenefilecache"
  507. "server"
  508. "server_valve"
  509. "shaderapidx9"
  510. "shaderapiempty"
  511. "shaderlib"
  512. "simdtest"
  513. "soundemittersystem"
  514. "soundsystem"
  515. "soundsystem_lowlevel"
  516. "stdshader_dbg"
  517. "stdshader_dx9"
  518. "studiorender"
  519. "tier0"
  520. "tier1"
  521. "tier2"
  522. "tier3"
  523. "togl"
  524. "vbsp2lib"
  525. "valve_avi"
  526. "vaudio_miles"
  527. "vgui_controls"
  528. "vgui_surfacelib"
  529. "vgui_dll"
  530. "vguimatsurface"
  531. "videocfg"
  532. "vjobs"
  533. "vphysics"
  534. "vpklib"
  535. "vscript"
  536. "vstdlib"
  537. "vtf"
  538. }
  539. $Group "game_licensee"
  540. {
  541. "appframework"
  542. "bitmap"
  543. "bitmap_byteswap"
  544. "bonesetup"
  545. "bsppack"
  546. "bzip2"
  547. "choreoobjects"
  548. "client"
  549. "datacache"
  550. "dedicated"
  551. "dedicated_main"
  552. "dmxloader"
  553. "engine"
  554. "fgdlib"
  555. "filesystem_stdio"
  556. "gc"
  557. "gcsdk"
  558. "gcsdk_gc"
  559. "inputsystem"
  560. "interfaces"
  561. "jpeglib"
  562. "launcher"
  563. "launcher_main"
  564. "localize"
  565. "lzma"
  566. "matchmaking"
  567. "matchmaking_ds"
  568. "matchmakingbase"
  569. "matchmakingbase_ds"
  570. "materialsystem"
  571. "mathlib"
  572. "matsys_controls"
  573. "meshutils"
  574. "missionchooser"
  575. "particles"
  576. "raytrace"
  577. "resourcefile"
  578. "responserules_runtime"
  579. "scaleformui"
  580. "scenefilecache"
  581. "server"
  582. "shaderapidx9"
  583. "shaderlib"
  584. "simdtest"
  585. "soundemittersystem"
  586. "stdshader_dbg"
  587. "stdshader_dx9"
  588. "studiorender"
  589. "tier0"
  590. "tier1"
  591. "tier2"
  592. "tier3"
  593. "vbsp2lib"
  594. "valve_avi"
  595. "vgui_controls"
  596. "vgui_surfacelib"
  597. "vgui_dll"
  598. "vguimatsurface"
  599. "videocfg"
  600. "vjobs"
  601. "vpklib"
  602. "vscript"
  603. "vstdlib"
  604. "vtf"
  605. }
  606. $Group "dmxtools"
  607. {
  608. "actbusy"
  609. "commedit"
  610. "ifm"
  611. "pet"
  612. "sampletool"
  613. "toolutils"
  614. "vcdblock"
  615. "vmt"
  616. "datamodel"
  617. "demo_polish"
  618. "dme_controls"
  619. "dmeutils"
  620. "dmserializers"
  621. "dmxconvert"
  622. "dmxedit"
  623. "dmxeditlib"
  624. "dmxtest"
  625. "elementviewer"
  626. "hammer_dll"
  627. "hlfaceposer"
  628. "lxVsDmxIO_modo302"
  629. "lxvsdmxio_modo401"
  630. "mdlcompile"
  631. "mdlobjects"
  632. "modelbrowser"
  633. "movieobjects"
  634. "particle_import"
  635. "phogen"
  636. "sceneviewer"
  637. "sfmgen"
  638. "sfmobjects"
  639. "studiomdl"
  640. // "vguieditor"
  641. "vsdmxio_maya2009"
  642. "vsdmxio_maya2011"
  643. "vsmaster_maya2009"
  644. "vsmaster_maya2011"
  645. }
  646. $Group "sfm"
  647. {
  648. "bonesetup"
  649. "datamodel"
  650. "datamodel_pyd_python2.5"
  651. "dme_controls"
  652. "dmeutils"
  653. "dmserializers"
  654. "dmxloader"
  655. "dmxtest"
  656. "ifm"
  657. "mathlib"
  658. "matsys_controls"
  659. "movieobjects"
  660. "particles"
  661. "sfmobjects"
  662. "toolutils"
  663. "swig_datamodel_lib_python2.5"
  664. "swig_dmeutils_lib_python2.5"
  665. "swig_movieobjects_lib_python2.5"
  666. "valvePython_python2.5"
  667. "vgui_controls"
  668. "videocache"
  669. }
  670. $Group "everything"
  671. {
  672. "actbusy"
  673. "adminserver"
  674. "animEngine_python2.5"
  675. "animEngine_python2.6"
  676. "appframework"
  677. "avitest"
  678. "binlaunch"
  679. "bitmap"
  680. "bitmap_byteswap"
  681. "blobulator"
  682. "blobulator_job"
  683. "bonesetup"
  684. "bsppack"
  685. "bspzip"
  686. "build_econ_items_game"
  687. "bugreporter_public"
  688. "bugreporter_filequeue"
  689. "bzip2"
  690. "callstackflow"
  691. "captioncompiler"
  692. "cardstats"
  693. "choreoobjects"
  694. // "choreogen"
  695. "classcheck"
  696. "client"
  697. "commedit"
  698. "concatworlds"
  699. "cubelight"
  700. "datacache"
  701. "datamodel"
  702. "datamodel_pyd_python2.5"
  703. "datamodel_pyd_python2.6"
  704. "dbmon"
  705. "dedicated"
  706. "dedicated_main"
  707. "diffmemstats"
  708. "dist2alpha"
  709. // "demo_polish"
  710. "dme_controls"
  711. "dmeutils"
  712. "dmserializers"
  713. "dmxconvert"
  714. "dmxedit"
  715. "dmxeditlib"
  716. "dmxloader"
  717. "dmxtest"
  718. "dumpmatsyshelp"
  719. "dumpworld"
  720. "dxsupportclean"
  721. "elementviewer"
  722. "engine"
  723. "ep2_deathmap"
  724. "fgdlib"
  725. "filesystem_stdio"
  726. "filesystemopendialog"
  727. "finddbgdll"
  728. "fow"
  729. "game_controls"
  730. "gc"
  731. "gcsdk"
  732. "gcsdk_gc"
  733. "getbugs"
  734. "glview"
  735. "hammer_dll"
  736. "hammer_launcher"
  737. "hammer_run_map_launcher"
  738. "havana_constraints"
  739. "height2normal"
  740. "height2ssbump"
  741. "hk_base"
  742. "hk_math"
  743. "hlfaceposer"
  744. "hlmv"
  745. "hlsl_to_glsl"
  746. // "ifm"
  747. "ihvtest1"
  748. "inputsystem"
  749. "inputtest"
  750. "interfaces"
  751. "ipccomm"
  752. "ivp_compactbuilder"
  753. "ivp_physics"
  754. "jpeglib"
  755. "job_accumpose"
  756. "job_benchmark"
  757. "job_buildindices"
  758. "job_buildrenderables"
  759. "job_buildworldlists"
  760. "job_ctxflush"
  761. "job_drawindexedprimitive"
  762. "job_gcmstateflush"
  763. "job_edgegeom"
  764. "job_edgemlaa"
  765. "job_fpcpatch"
  766. "job_fpcpatch2"
  767. "job_hello"
  768. "job_mp3dec"
  769. "job_notify"
  770. "job_sndupsampler"
  771. "job_zlibinflate"
  772. "job_zlibdeflate"
  773. "kvc"
  774. "launcher"
  775. "launcher_main"
  776. // "libantlr3c"
  777. "libmad"
  778. // "liblbfgs"
  779. "lightworld"
  780. "lbfgs_test"
  781. "localization_check"
  782. // "lua"
  783. "lxVsDmxIO_Modo302"
  784. "lxvsdmxio_modo401"
  785. "lzma"
  786. "makegamedata"
  787. "makesoundcache"
  788. "map_crack"
  789. "matchmakingbase"
  790. "matchmakingbase_ds"
  791. "matchmaking"
  792. "matchmaking_ds"
  793. "materialobjects"
  794. "materialsystem"
  795. "materialsystemtest"
  796. "mathlib"
  797. "mathlib_extended"
  798. "mathlib_test"
  799. "matsys_controls"
  800. "matsys_regressiontest"
  801. "mdlcheck"
  802. "meshutils"
  803. "missionchooser"
  804. "mdlcompile"
  805. "mdlobjects"
  806. "memlog"
  807. "miniprofilerdump"
  808. "mksheet"
  809. "modelbrowser"
  810. "motionmapper"
  811. "movieobjects"
  812. "mxtoolkitwin32"
  813. "mysql_wrapper"
  814. "newdat"
  815. "normal2ssbump"
  816. "nvtristriplib"
  817. "p4lib"
  818. "mdllib"
  819. "vpklib"
  820. "vpk"
  821. "paginate"
  822. "panel_zoo"
  823. // "parsifal"
  824. "particle_import"
  825. "particles"
  826. "pcfmanager"
  827. "pet"
  828. "pfm2tgas"
  829. "pfmcomp"
  830. "phogen"
  831. "phonemeextractor"
  832. "phonemeextractor_ims"
  833. "processgamestats"
  834. "processgamestats2"
  835. "psdinfo"
  836. "qc_eyes"
  837. "quickhull"
  838. "raytrace"
  839. "remoteshadercompile"
  840. "resourcefile"
  841. "responserules_runtime"
  842. "rt_test"
  843. "sampletool"
  844. "scaleformui"
  845. "scenefilecache"
  846. "scenemanager"
  847. "sceneviewer"
  848. // "schemacompiler"
  849. "scratchpad3dviewer"
  850. "sdklauncher"
  851. "server"
  852. "server_valve"
  853. "serverbrowser"
  854. "serverplugin_empty"
  855. "sfmgen"
  856. "sfmobjects"
  857. "shadercompile_dll"
  858. "shadercompile_launcher"
  859. "shaderapidx9"
  860. "shaderapitest"
  861. "shaderapiempty"
  862. "shaderlib"
  863. "simdtest"
  864. "smtpmail"
  865. "socketlib"
  866. // "soundedit"
  867. "soundemittersystem"
  868. "soundsystem"
  869. "soundsystem_lowlevel"
  870. // "statsmap"
  871. "stdshader_dbg"
  872. "stdshader_dx9"
  873. "steamdatagramlib"
  874. "studiomdl"
  875. "subdbaker"
  876. "swig_datamodel_lib_python2.5"
  877. "swig_datamodel_lib_python2.6"
  878. "swig_dmeutils_lib_python2.5"
  879. "swig_dmeutils_lib_python2.6"
  880. "swig_dmxedit_lib_python2.5"
  881. "swig_dmxedit_lib_python2.6"
  882. "swig_materialobjects_lib_python2.5"
  883. "swig_materialobjects_lib_python2.6"
  884. "swig_mdlobjects_lib_python2.5"
  885. "swig_mdlobjects_lib_python2.6"
  886. "swig_movieobjects_lib_python2.5"
  887. "swig_movieobjects_lib_python2.6"
  888. "studiorender"
  889. // "symbolstoreupdate"
  890. "tagbuild"
  891. "testprocess"
  892. "texturecompile_dll"
  893. "texturecompile_launcher"
  894. "texturesynth"
  895. "tgadiff"
  896. "tgamse"
  897. "tier0"
  898. "tier1"
  899. "tier2"
  900. "togl"
  901. "tier3"
  902. "tier1test"
  903. "tier2test"
  904. "tier3test"
  905. "toolutils"
  906. "unitlib"
  907. "unittest"
  908. "unusedcontent"
  909. "uvlightmap"
  910. "valve_avi"
  911. "valve_pyd_python2.5"
  912. "valve_pyd_python2.6"
  913. "valvemaya_maya2009"
  914. "valvemaya_maya2011"
  915. "valvemaya_maya2012"
  916. "valvemaya_maya2013"
  917. "valvePython_python2.5"
  918. "valvePython_python2.6"
  919. "vaudio_miles"
  920. // "vaudio_speex"
  921. "vaudio_celt"
  922. "vbsp"
  923. "vbspinfo"
  924. "vbsp2"
  925. "vbsp2lib"
  926. "vcd_sound_check"
  927. "vcdblock"
  928. "vcdupdate"
  929. "vfont"
  930. "vfont_decompiler"
  931. "vgui_controls"
  932. "vgui_dll"
  933. "vgui_editor"
  934. // "vguieditor"
  935. // "vgui_perftest"
  936. "vgui_surfacelib"
  937. "vguimatsurface"
  938. "vice"
  939. "videocache"
  940. "videocfg"
  941. "viper"
  942. "vjobs"
  943. "vlocalize"
  944. "vmap"
  945. "vmf_tweak"
  946. "vmpi"
  947. "vmpi_service"
  948. "vmpi_service_ui"
  949. "vmpi_service_install"
  950. "vmpi_services_watch"
  951. "vmpi_transfer"
  952. "vmt"
  953. "vmtcheck"
  954. "vmview"
  955. "vp_python2.5"
  956. "vp_python2.6"
  957. "vp4"
  958. "vphysics"
  959. "vrad_dll"
  960. "vrad_launcher"
  961. "vsblendeditor_maya2009"
  962. "vsblendeditor_maya2011"
  963. "vscript"
  964. "vsdmxio_maya2009"
  965. "vsdmxio_maya2011"
  966. "vsdmxio_maya2012"
  967. "vsdmxio_maya2013"
  968. "vsmaster_maya2009"
  969. "vsmaster_maya2011"
  970. "vsmaster_maya2012"
  971. "vsmaster_maya2013"
  972. "vsmdlio_maya2009"
  973. "vsmdlio_maya2011"
  974. "vsmdlio_maya2012"
  975. "vsmdlio_maya2013"
  976. "vsoundedit"
  977. "vsskinner_maya2009"
  978. "vsskinner_maya2011"
  979. "vsskinner_maya2012"
  980. "vstblendtools_maya2009"
  981. "vstblendtools_maya2011"
  982. "vstblendtools_maya2012"
  983. "vstblendtools_maya2013"
  984. "vstdlib"
  985. "vstoverlap_maya2009"
  986. "vstoverlap_maya2011"
  987. "vstoverlap_maya2012"
  988. "vstoverlap_maya2013"
  989. "vstsmdio_maya2009"
  990. "vstsmdio_maya2011"
  991. "vstsmdio_maya2012"
  992. "vstsmdio_maya2013"
  993. "vstuihook_maya2009"
  994. "vstuihook_maya2011"
  995. "vstuihook_maya2012"
  996. "vstuihook_maya2013"
  997. "vstutils_maya2009"
  998. "vstutils_maya2011"
  999. "vstutils_maya2012"
  1000. "vstutils_maya2013"
  1001. "vsvmfio_maya2012"
  1002. "vsvmfio_maya2013"
  1003. "vtex_dll"
  1004. "vtex_launcher"
  1005. "vtex_gui"
  1006. "vtf"
  1007. "vtf2tga"
  1008. "vtfdiff"
  1009. "vtfscrew"
  1010. "vvis_dll"
  1011. "vvis_launcher"
  1012. "vwatch_console"
  1013. "vwatch_service"
  1014. "vwatchlib"
  1015. "vxbdm"
  1016. "waitandrestart"
  1017. "worldobjects"
  1018. "xlspmakefiles"
  1019. "xlspmaster"
  1020. "xlspmastertest"
  1021. "localize"
  1022. "ps3shaderoptimizer"
  1023. "zlib"
  1024. "fbxutils"
  1025. "fbx2dmx"
  1026. }
  1027. $Group "gctests"
  1028. {
  1029. "tier0"
  1030. "tier1"
  1031. "vstdlib"
  1032. "gcsdk"
  1033. }
  1034. $Group "port"
  1035. {
  1036. "appframework"
  1037. "bitmap"
  1038. "bitmap_byteswap"
  1039. "bonesetup"
  1040. "bsppack"
  1041. "bzip2"
  1042. "choreoobjects"
  1043. "client"
  1044. "datacache"
  1045. "dedicated"
  1046. "dmxloader"
  1047. "engine"
  1048. // "fgdlib"
  1049. "filesystem_stdio"
  1050. // "gc"
  1051. "gcsdk"
  1052. // "gcsdk_gc"
  1053. "havana_constraints"
  1054. "hk_base"
  1055. "hk_math"
  1056. "inputsystem"
  1057. "interfaces"
  1058. "ivp_compactbuilder"
  1059. "ivp_physics"
  1060. "jpeglib"
  1061. "launcher"
  1062. "launcher_main"
  1063. "localize"
  1064. "lzma"
  1065. "matchmaking"
  1066. "matchmaking_ds"
  1067. "matchmakingbase"
  1068. "matchmakingbase_ds"
  1069. "materialsystem"
  1070. "mathlib"
  1071. "mathlib_extended"
  1072. "matsys_controls"
  1073. "meshutils"
  1074. // "missionchooser"
  1075. "particles"
  1076. "quickhull"
  1077. "raytrace"
  1078. "resourcefile"
  1079. "responserules_runtime"
  1080. "scaleformui"
  1081. "scenefilecache"
  1082. "server"
  1083. // "server_valve"
  1084. "shaderapidx9"
  1085. "shaderapiempty"
  1086. "shaderlib"
  1087. "simdtest"
  1088. "soundemittersystem"
  1089. "soundsystem_lowlevel"
  1090. "stdshader_dx9"
  1091. "steamdatagramlib"
  1092. "studiorender"
  1093. "tier0"
  1094. "tier1"
  1095. "tier2"
  1096. "tier3"
  1097. "togl"
  1098. "vaudio_miles"
  1099. "vaudio_speex"
  1100. "vaudio_celt"
  1101. "vbsp2lib"
  1102. "valve_avi"
  1103. "vgui_controls"
  1104. "vgui_surfacelib"
  1105. "vgui_dll"
  1106. "vguimatsurface"
  1107. "videocfg"
  1108. "vjobs"
  1109. "vphysics"
  1110. "vpklib"
  1111. "vscript"
  1112. "vstdlib"
  1113. "vtf"
  1114. "serverbrowser"
  1115. }
  1116. $Group "dedicated"
  1117. {
  1118. "tier0"
  1119. "tier1"
  1120. "tier2"
  1121. "bonesetup"
  1122. "responserules_runtime"
  1123. "vstdlib"
  1124. "interfaces"
  1125. "tier3"
  1126. "bzip2"
  1127. "mathlib"
  1128. "mathlib_extended"
  1129. "appframework"
  1130. "dmxloader"
  1131. "unitlib"
  1132. "soundemittersystem"
  1133. "vtf"
  1134. "jpeglib"
  1135. "bitmap"
  1136. "quickhull"
  1137. "studiorender"
  1138. "scenefilecache"
  1139. "dedicated"
  1140. "dedicated_main"
  1141. "datacache"
  1142. "hk_base"
  1143. "hk_math"
  1144. "havana_constraints"
  1145. "ivp_physics"
  1146. "ivp_compactbuilder"
  1147. "vphysics"
  1148. "shaderlib"
  1149. "shaderapiempty"
  1150. "materialsystem"
  1151. "engine"
  1152. "choreoobjects"
  1153. "particles"
  1154. "gcsdk"
  1155. "server"
  1156. "server_valve"
  1157. "steamdatagramlib"
  1158. "vpklib"
  1159. "matsys_controls"
  1160. "matchmakingbase_ds"
  1161. "matchmaking_ds"
  1162. "vgui_controls"
  1163. "vscript"
  1164. }
  1165. // All projects that should be built for 64-bit Windows GC builds
  1166. $Group "gc_64"
  1167. {
  1168. "appframework"
  1169. "interfaces"
  1170. "gc"
  1171. "gcsdk_gc"
  1172. "tier0"
  1173. "tier1"
  1174. "tier2"
  1175. "filesystem_stdio"
  1176. "vpklib"
  1177. }
  1178. // All projects that should be built for vpc
  1179. $Group "vpc"
  1180. {
  1181. "interfaces"
  1182. "tier0"
  1183. "tier1"
  1184. "tier2"
  1185. "filesystem_stdio"
  1186. "vpklib"
  1187. "vstdlib"
  1188. "p4lib"
  1189. "vpc"
  1190. }