Team Fortress 2 Source Code as on 22/4/2020
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.

196 lines
7.6 KiB

  1. //-----------------------------------------------------------------------------
  2. // CLIENT_PORTAL.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR "..\.."
  7. $Macro GAMENAME "portal"
  8. $Include "$SRCDIR\game\client\client_base.vpc"
  9. $Configuration
  10. {
  11. $Compiler
  12. {
  13. $AdditionalIncludeDirectories ".\hl2;.\hl2\elements;.\portal;.\portal\vgui;$SRCDIR\game\shared\hl2;$SRCDIR\game\shared\Multiplayer;$SRCDIR\gcsdk\steamextra;$SRCDIR\game\shared\portal;$BASE"
  14. $PreprocessorDefinitions "$BASE;PORTAL;HL2_EPISODIC;HL2_CLIENT_DLL"
  15. }
  16. }
  17. $Project "Client (Portal)"
  18. {
  19. $Folder "Source Files"
  20. {
  21. -$File "$SRCDIR\game\shared\weapon_parse_default.cpp"
  22. $File "hud_chat.cpp"
  23. $File "c_team_objectiveresource.cpp"
  24. $File "c_team_objectiveresource.h"
  25. $Folder "HL2 DLL"
  26. {
  27. $File "episodic\flesh_internal_material_proxy.cpp"
  28. $File "$SRCDIR\game\shared\hl2\basehlcombatweapon_shared.cpp"
  29. $File "hl2\c_antlion_dust.cpp"
  30. $File "hl2\c_ar2_explosion.cpp"
  31. $File "hl2\c_barnacle.cpp"
  32. $File "hl2\c_barney.cpp"
  33. $File "hl2\c_basehelicopter.cpp"
  34. $File "hl2\c_basehelicopter.h"
  35. $File "hl2\c_basehlcombatweapon.cpp"
  36. $File "hl2\c_basehlcombatweapon.h"
  37. $File "hl2\c_basehlplayer.cpp"
  38. $File "hl2\c_basehlplayer.h"
  39. $File "hl2\c_citadel_effects.cpp"
  40. $File "hl2\c_corpse.cpp"
  41. $File "hl2\c_corpse.h"
  42. $File "hl2\c_env_alyxtemp.cpp"
  43. $File "hl2\c_env_headcrabcanister.cpp"
  44. $File "hl2\c_env_starfield.cpp"
  45. $File "hl2\c_func_tankmortar.cpp"
  46. $File "hl2\c_hl2_playerlocaldata.cpp"
  47. $File "hl2\c_hl2_playerlocaldata.h"
  48. $File "hl2\c_info_teleporter_countdown.cpp"
  49. $File "hl2\c_npc_antlionguard.cpp"
  50. $File "hl2\c_npc_combinegunship.cpp"
  51. $File "hl2\c_npc_manhack.cpp"
  52. $File "hl2\c_npc_rollermine.cpp"
  53. $File "hl2\c_plasma_beam_node.cpp"
  54. $File "hl2\c_prop_combine_ball.cpp"
  55. $File "hl2\c_prop_combine_ball.h"
  56. $File "hl2\c_rotorwash.cpp"
  57. $File "hl2\c_script_intro.cpp"
  58. $File "$SRCDIR\game\shared\script_intro_shared.cpp"
  59. $File "hl2\c_strider.cpp"
  60. $File "hl2\c_te_concussiveexplosion.cpp"
  61. $File "hl2\c_te_flare.cpp"
  62. $File "hl2\c_thumper_dust.cpp"
  63. $File "hl2\c_vehicle_airboat.cpp"
  64. $File "hl2\c_vehicle_cannon.cpp"
  65. $File "hl2\c_vehicle_crane.cpp"
  66. $File "hl2\c_vehicle_crane.h"
  67. $File "hl2\c_vehicle_prisoner_pod.cpp"
  68. $File "episodic\c_vort_charge_token.cpp"
  69. $File "hl2\c_weapon_crossbow.cpp"
  70. $File "episodic\c_weapon_hopwire.cpp"
  71. $File "episodic\c_vehicle_jeep_episodic.cpp"
  72. $File "hl2\hud_radar.cpp"
  73. $File "hl2\c_weapon_stunstick.cpp"
  74. $File "$SRCDIR\game\shared\hl2\citadel_effects_shared.h"
  75. $File "hl2\clientmode_hlnormal.h"
  76. $File "death.cpp"
  77. $File "$SRCDIR\game\shared\hl2\env_headcrabcanister_shared.cpp"
  78. $File "$SRCDIR\game\shared\hl2\env_headcrabcanister_shared.h"
  79. $File "hl2\fx_antlion.cpp"
  80. $File "hl2\fx_bugbait.cpp"
  81. $File "hl2\fx_hl2_impacts.cpp"
  82. $File "hl2\fx_hl2_tracers.cpp"
  83. $File "$SRCDIR\game\shared\hl2\hl2_gamerules.cpp"
  84. $File "$SRCDIR\game\shared\hl2\hl2_gamerules.h"
  85. $File "$SRCDIR\game\shared\hl2\hl2_shareddefs.h"
  86. $File "$SRCDIR\game\shared\hl2\hl_gamemovement.cpp"
  87. $File "$SRCDIR\game\shared\hl2\hl_gamemovement.h"
  88. $File "hl2\hl_in_main.cpp"
  89. $File "hl2\hl_prediction.cpp"
  90. $File "hl2\hud_ammo.cpp"
  91. $File "hl2\hud_battery.cpp"
  92. $File "hl2\hud_blood.cpp"
  93. $File "hl2\hud_bonusprogress.cpp"
  94. $File "hl2\hud_credits.cpp"
  95. $File "hl2\hud_damageindicator.cpp"
  96. $File "hl2\hud_flashlight.cpp"
  97. $File "hl2\hud_health.cpp"
  98. $File "hl2\hud_poisondamageindicator.cpp"
  99. $File "hud_squadstatus.cpp"
  100. $File "hl2\hud_suitpower.cpp"
  101. $File "hl2\hud_suitpower.h"
  102. $File "hl2\hud_weaponselection.cpp"
  103. $File "hl2\hud_zoom.cpp"
  104. $File "hl2\shieldproxy.cpp"
  105. $File "$SRCDIR\game\shared\hl2\survival_gamerules.cpp"
  106. $File "hl2\vgui_rootpanel_hl2.cpp"
  107. }
  108. $Folder "Portal"
  109. {
  110. $File "$SRCDIR\game\shared\portal\achievements_portal.cpp"
  111. $File "portal\c_env_lightraill_endpoint.cpp"
  112. $File "portal\c_env_portal_path_track.cpp"
  113. $File "portal\c_func_liquidportal.cpp"
  114. $File "portal\c_func_liquidportal.h"
  115. $File "portal\c_neurotoxin_countdown.cpp"
  116. $File "portal\c_neurotoxin_countdown.h"
  117. $File "portal\c_npc_portal_turret_floor.cpp"
  118. $File "portal\c_npc_rocket_turret.cpp"
  119. $File "portal\c_portal_player.cpp"
  120. $File "portal\c_portal_player.h"
  121. $File "portal\C_PortalGhostRenderable.cpp"
  122. $File "portal\C_PortalGhostRenderable.h"
  123. $File "portal\c_prop_energy_ball.cpp"
  124. $File "portal\c_prop_portal.cpp"
  125. $File "portal\c_prop_portal.h"
  126. $File "portal\c_prop_portal_stats_display.cpp"
  127. $File "portal\c_prop_portal_stats_display.h"
  128. $File "portal\clientmode_portal.cpp"
  129. $File "portal\clientmode_portal.h"
  130. $File "$SRCDIR\game\shared\portal\env_lightrail_endpoint_shared.h"
  131. $File "$SRCDIR\game\shared\portal\env_portal_path_track_shared.h"
  132. $File "portal\fx_portal.cpp"
  133. $File "portal\hud_quickinfo.cpp"
  134. $File "portal\MaterialProxy_Portal_PickAlphaMask.cpp"
  135. $File "portal\materialproxy_portalstatic.cpp"
  136. $File "$SRCDIR\game\shared\Multiplayer\multiplayer_animstate.cpp"
  137. $File "$SRCDIR\game\shared\Multiplayer\multiplayer_animstate.h"
  138. $File "$SRCDIR\game\shared\portal\portal_collideable_enumerator.cpp"
  139. $File "$SRCDIR\game\shared\portal\portal_collideable_enumerator.h"
  140. $File "portal\portal_credits.cpp"
  141. $File "portal\Portal_DynamicMeshRenderingUtils.cpp"
  142. $File "portal\Portal_DynamicMeshRenderingUtils.h"
  143. $File "$SRCDIR\game\shared\portal\portal_gamemovement.cpp"
  144. $File "$SRCDIR\game\shared\portal\portal_gamerules.cpp"
  145. $File "$SRCDIR\game\shared\portal\portal_gamerules.h"
  146. $File "portal\portal_hud_crosshair.cpp"
  147. $File "portal\portal_hud_crosshair.h"
  148. $File "$SRCDIR\game\shared\portal\portal_player_shared.cpp"
  149. $File "$SRCDIR\game\shared\portal\portal_player_shared.h"
  150. $File "$SRCDIR\game\shared\portal\portal_playeranimstate.cpp"
  151. $File "$SRCDIR\game\shared\portal\portal_playeranimstate.h"
  152. $File "portal\portal_render_targets.cpp"
  153. $File "portal\portal_render_targets.h"
  154. $File "$SRCDIR\game\shared\portal\portal_shareddefs.cpp"
  155. $File "$SRCDIR\game\shared\portal\portal_shareddefs.h"
  156. $File "$SRCDIR\game\shared\portal\portal_usermessages.cpp"
  157. $File "$SRCDIR\game\shared\portal\portal_util_shared.cpp"
  158. $File "$SRCDIR\game\shared\portal\portal_util_shared.h"
  159. $File "$SRCDIR\game\shared\portal\prop_portal_shared.cpp"
  160. $File "$SRCDIR\game\shared\portal\prop_portal_shared.h"
  161. $File "$SRCDIR\game\shared\portal\PortalSimulation.cpp"
  162. $File "$SRCDIR\game\shared\portal\PortalSimulation.h"
  163. $File "$SRCDIR\game\shared\portal\StaticCollisionPolyhedronCache.cpp"
  164. $File "$SRCDIR\game\shared\portal\StaticCollisionPolyhedronCache.h"
  165. $File "portal\PortalRender.cpp"
  166. $File "portal\PortalRender.h"
  167. $File "portal\c_portal_radio.cpp"
  168. $File "portal\portalrenderable_flatbasic.cpp"
  169. $File "portal\portalrenderable_flatbasic.h"
  170. $File "portal\vgui_portal_stats_display_screen.cpp"
  171. $File "portal\vgui_neurotoxin_countdown_screen.cpp"
  172. $File "$SRCDIR\game\shared\portal\portal_weapon_parse.cpp"
  173. $Folder "Weapons"
  174. {
  175. $File "portal\c_weapon_physcannon.cpp"
  176. $File "portal\c_weapon_portalgun.cpp"
  177. $File "portal\c_weapon_portalgun.h"
  178. $File "portal\c_weapon_stubs_portal.cpp"
  179. $File "$SRCDIR\game\shared\portal\weapon_portalbase.cpp"
  180. $File "$SRCDIR\game\shared\portal\weapon_portalbase.h"
  181. $File "$SRCDIR\game\shared\portal\weapon_portalbasecombatweapon.cpp"
  182. $File "$SRCDIR\game\shared\portal\weapon_portalbasecombatweapon.h"
  183. $File "$SRCDIR\game\shared\portal\weapon_portalgun_shared.cpp"
  184. $File "$SRCDIR\game\shared\portal\weapon_portalgun_shared.h"
  185. }
  186. }
  187. }
  188. }