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.

161 lines
6.6 KiB

  1. //-----------------------------------------------------------------------------
  2. // CLIENT_PORTAL_BASE.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR "..\.."
  7. $Include "$SRCDIR\game\client\client_base.vpc"
  8. $Configuration
  9. {
  10. $Compiler
  11. {
  12. $AdditionalIncludeDirectories ".\hl2;.\hl2\elements;.\portal;.\portal\vgui;$SRCDIR\game\shared\hl2;$SRCDIR\game\shared\multiplayer;$SRCDIR\game\shared\portal;$BASE"
  13. $PreprocessorDefinitions "$BASE;PORTAL"
  14. }
  15. }
  16. $Project
  17. {
  18. $Folder "Source Files"
  19. {
  20. $File "hud_chat.cpp"
  21. $File "c_team_objectiveresource.cpp"
  22. $File "c_team_objectiveresource.h"
  23. $Folder "HL2 DLL"
  24. {
  25. $File "episodic\flesh_internal_material_proxy.cpp"
  26. $File "$SRCDIR\game\shared\hl2\basehlcombatweapon_shared.cpp"
  27. $File "hl2\c_antlion_dust.cpp"
  28. $File "hl2\c_ar2_explosion.cpp"
  29. $File "hl2\c_barney.cpp"
  30. $File "hl2\c_basehlcombatweapon.cpp"
  31. $File "hl2\c_basehlcombatweapon.h"
  32. $File "hl2\c_basehlplayer.cpp"
  33. $File "hl2\c_basehlplayer.h"
  34. $File "hl2\c_citadel_effects.cpp"
  35. $File "hl2\c_corpse.cpp"
  36. $File "hl2\c_corpse.h"
  37. $File "hl2\c_func_tankmortar.cpp"
  38. $File "hl2\c_hl2_playerlocaldata.cpp"
  39. $File "hl2\c_hl2_playerlocaldata.h"
  40. $File "hl2\c_info_teleporter_countdown.cpp"
  41. $File "hl2\c_plasma_beam_node.cpp"
  42. $File "hl2\c_prop_combine_ball.cpp"
  43. $File "hl2\c_prop_combine_ball.h"
  44. $File "hl2\c_script_intro.cpp"
  45. $File "$SRCDIR\game\shared\script_intro_shared.cpp"
  46. $File "hl2\c_weapon_stunstick.cpp"
  47. $File "$SRCDIR\game\shared\hl2\citadel_effects_shared.h"
  48. $File "hl2\clientmode_hlnormal.h"
  49. $File "$SRCDIR\game\shared\hl2\env_headcrabcanister_shared.cpp"
  50. $File "$SRCDIR\game\shared\hl2\env_headcrabcanister_shared.h"
  51. $File "hl2\fx_bugbait.cpp"
  52. $File "hl2\fx_hl2_impacts.cpp"
  53. $File "hl2\fx_hl2_tracers.cpp"
  54. $File "$SRCDIR\game\shared\hl2\hl2_gamerules.cpp"
  55. $File "$SRCDIR\game\shared\hl2\hl2_gamerules.h"
  56. $File "$SRCDIR\game\shared\hl2\hl2_shareddefs.h"
  57. $File "$SRCDIR\game\shared\hl2\hl_gamemovement.cpp"
  58. $File "$SRCDIR\game\shared\hl2\hl_gamemovement.h"
  59. $File "hl2\hl_in_main.cpp"
  60. $File "hl2\hl_prediction.cpp"
  61. $File "hl2\vgui_rootpanel_hl2.cpp"
  62. }
  63. $Folder "Portal"
  64. {
  65. $File "portal\c_env_lightraill_endpoint.cpp"
  66. $File "portal\c_env_portal_path_track.cpp"
  67. $File "portal\c_func_noportal_volume.cpp"
  68. $File "portal\c_func_noportal_volume.h"
  69. $File "portal\c_func_portal_bumper.cpp"
  70. $File "portal\c_func_portal_bumper.h"
  71. $File "portal\c_neurotoxin_countdown.cpp"
  72. $File "portal\c_neurotoxin_countdown.h"
  73. $File "portal\c_npc_portal_turret_floor.h"
  74. $File "portal\c_npc_portal_turret_floor.cpp"
  75. $File "portal\c_npc_rocket_turret.cpp"
  76. $File "portal\c_portal_base2d.cpp"
  77. $File "portal\c_portal_base2d.h"
  78. $File "portal\c_portal_gamestats.cpp"
  79. $File "portal\c_portal_gamestats.h"
  80. $File "portal\c_portal_player.cpp"
  81. $File "portal\c_portal_player.h"
  82. $File "portal\C_PortalGhostRenderable.cpp"
  83. $File "portal\C_PortalGhostRenderable.h"
  84. $File "portal\c_prop_energy_ball.cpp"
  85. $File "portal\c_prop_mirror.cpp"
  86. $File "portal\c_prop_portal.cpp"
  87. $File "portal\c_prop_portal.h"
  88. $File "portal\c_prop_portal_stats_display.cpp"
  89. $File "portal\c_prop_portal_stats_display.h"
  90. $File "portal\c_trigger_portal_cleanser.cpp"
  91. $File "portal\c_trigger_portal_cleanser.h"
  92. $File "portal\clientmode_portal.cpp"
  93. $File "portal\clientmode_portal.h"
  94. $File "$SRCDIR\game\shared\portal\env_lightrail_endpoint_shared.h"
  95. $File "$SRCDIR\game\shared\portal\env_portal_path_track_shared.h"
  96. $File "portal\fx_portal.cpp"
  97. $File "portal\hud_quickinfo.cpp"
  98. $File "portal\MaterialProxy_Portal_PickAlphaMask.cpp"
  99. $File "portal\materialproxy_portalstatic.cpp"
  100. $File "$SRCDIR\game\shared\Multiplayer\multiplayer_animstate.cpp"
  101. $File "$SRCDIR\game\shared\Multiplayer\multiplayer_animstate.h"
  102. $File "$SRCDIR\game\shared\portal\portal_base2d_shared.cpp"
  103. $File "$SRCDIR\game\shared\portal\portal_base2d_shared.h"
  104. $File "$SRCDIR\game\shared\portal\portal_collideable_enumerator.cpp"
  105. $File "$SRCDIR\game\shared\portal\portal_collideable_enumerator.h"
  106. $File "portal\portal_credits.cpp"
  107. $File "portal\Portal_DynamicMeshRenderingUtils.cpp"
  108. $File "portal\Portal_DynamicMeshRenderingUtils.h"
  109. $File "$SRCDIR\game\shared\portal\portal_gamemovement.cpp"
  110. $File "$SRCDIR\game\shared\portal\portal_gamestats_shared.cpp"
  111. $File "$SRCDIR\game\shared\portal\portal_gamestats_shared.h"
  112. $File "portal\portal_hud_crosshair.cpp"
  113. $File "portal\portal_hud_crosshair.h"
  114. $File "$SRCDIR\game\shared\portal\portal_placement.cpp"
  115. $File "$SRCDIR\game\shared\portal\portal_placement.h"
  116. $File "$SRCDIR\game\shared\portal\portal_player_shared.cpp"
  117. $File "$SRCDIR\game\shared\portal\portal_player_shared.h"
  118. $File "$SRCDIR\game\shared\portal\portal_playeranimstate.cpp"
  119. $File "$SRCDIR\game\shared\portal\portal_playeranimstate.h"
  120. $File "portal\portal_render_targets.cpp"
  121. $File "portal\portal_render_targets.h"
  122. $File "$SRCDIR\game\shared\portal\portal_shareddefs.cpp"
  123. $File "$SRCDIR\game\shared\portal\portal_shareddefs.h"
  124. $File "$SRCDIR\game\shared\portal\portal_usermessages.cpp"
  125. $File "$SRCDIR\game\shared\portal\portal_util_shared.cpp"
  126. $File "$SRCDIR\game\shared\portal\portal_util_shared.h"
  127. $File "$SRCDIR\game\shared\portal\prop_portal_shared.cpp"
  128. $File "$SRCDIR\game\shared\portal\prop_portal_shared.h"
  129. $File "$SRCDIR\game\shared\portal\PortalSimulation.cpp"
  130. $File "$SRCDIR\game\shared\portal\PortalSimulation.h"
  131. $File "$SRCDIR\game\shared\portal\StaticCollisionPolyhedronCache.cpp"
  132. $File "$SRCDIR\game\shared\portal\StaticCollisionPolyhedronCache.h"
  133. $File "portal\PortalRender.cpp"
  134. $File "portal\PortalRender.h"
  135. $File "portal\portalrenderable_flatbasic.cpp"
  136. $File "portal\portalrenderable_flatbasic.h"
  137. $File "portal\vgui_portal_stats_display_screen.cpp"
  138. $File "portal\vgui_neurotoxin_countdown_screen.cpp"
  139. $Folder "Weapons"
  140. {
  141. $File "portal\c_weapon_physcannon.cpp"
  142. $File "portal\c_weapon_portalgun.cpp"
  143. $File "portal\c_weapon_portalgun.h"
  144. $File "portal\c_weapon_stubs_portal.cpp"
  145. $File "$SRCDIR\game\shared\portal\weapon_portalbase.cpp"
  146. $File "$SRCDIR\game\shared\portal\weapon_portalbase.h"
  147. $File "$SRCDIR\game\shared\portal\weapon_portalbasecombatweapon.cpp"
  148. $File "$SRCDIR\game\shared\portal\weapon_portalbasecombatweapon.h"
  149. $File "$SRCDIR\game\shared\portal\weapon_portalgun_shared.cpp"
  150. $File "$SRCDIR\game\shared\portal\weapon_portalgun_shared.h"
  151. }
  152. }
  153. }
  154. }