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.

178 lines
5.9 KiB

  1. //-----------------------------------------------------------------------------
  2. // SERVER_HL1.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR "..\.."
  7. $Macro GAMENAME "hl1"
  8. $Include "$SRCDIR\game\server\server_base.vpc"
  9. $Configuration
  10. {
  11. $Compiler
  12. {
  13. $AdditionalIncludeDirectories "$BASE;$SRCDIR\game\shared\hl1,$SRCDIR\game\shared\hl2,.\hl1,.\hl2"
  14. $PreprocessorDefinitions "$BASE;HL1_DLL"
  15. }
  16. }
  17. $Project "Server (HL1)"
  18. {
  19. $Folder "Source Files"
  20. {
  21. $File "base_gameinterface.cpp"
  22. $File "basegrenade_concussion.cpp"
  23. $File "basegrenade_contact.cpp"
  24. $File "basegrenade_timed.cpp"
  25. $File "hl2\Func_Monitor.cpp"
  26. $File "GrenadeThrown.cpp"
  27. $File "GrenadeThrown.h"
  28. $File "h_cycler.cpp"
  29. $File "$SRCDIR\game\shared\predicted_viewmodel.cpp"
  30. $File "$SRCDIR\game\shared\predicted_viewmodel.h"
  31. $File "$SRCDIR\game\shared\hl2\survival_gamerules.cpp"
  32. $File "team_spawnpoint.cpp"
  33. $File "team_spawnpoint.h"
  34. $File "$SRCDIR\game\shared\weapon_parse_default.cpp"
  35. $Folder "HL2 DLL"
  36. {
  37. $File "hl2\ai_behavior_police.h"
  38. $File "hl2\ai_goal_police.h"
  39. $File "hl2\ai_interactions.h"
  40. $File "hl2\antlion_maker.h"
  41. $File "hl2\CBaseSpriteProjectile.cpp"
  42. $File "hl2\CBaseSpriteProjectile.h"
  43. $File "$SRCDIR\game\shared\hl2\citadel_effects_shared.h"
  44. $File "hl2\energy_wave.h"
  45. $File "$SRCDIR\game\shared\hl2\env_alyxemp_shared.h"
  46. $File "$SRCDIR\game\shared\hl2\hl2_shareddefs.h"
  47. $File "$SRCDIR\game\shared\hl2\hl_movedata.h"
  48. $File "hl2\look_door.cpp"
  49. $File "hl2\monster_dummy.cpp"
  50. $File "hl2\npc_metropolice.h"
  51. $File "hl2\npc_playercompanion.h"
  52. $File "npc_Talker.cpp"
  53. $File "npc_Talker.h"
  54. $File "hl2\prop_combine_ball.h"
  55. $File "hl2\script_intro.h"
  56. $File "hl2\vehicle_crane.h"
  57. $File "hl2\weapon_crowbar.h"
  58. $File "hl2\weapon_physcannon.h"
  59. $File "hl2\weapon_stunstick.h"
  60. $Folder "unused"
  61. {
  62. $File "hl2\grenade_beam.cpp"
  63. $File "hl2\grenade_beam.h"
  64. $File "hl2\grenade_homer.cpp"
  65. $File "hl2\grenade_homer.h"
  66. }
  67. }
  68. $Folder "HL1 DLL"
  69. {
  70. $File "actanimating.cpp"
  71. $File "actanimating.h"
  72. $File "hl1\hl1_ai_basenpc.cpp"
  73. $File "hl1\hl1_ai_basenpc.h"
  74. $File "hl1\hl1_basecombatweapon.cpp"
  75. $File "$SRCDIR\game\shared\hl1\hl1_basecombatweapon_shared.cpp"
  76. $File "$SRCDIR\game\shared\hl1\hl1_basecombatweapon_shared.h"
  77. $File "hl1\hl1_basegrenade.cpp"
  78. $File "hl1\hl1_basegrenade.h"
  79. $File "hl1_CBaseHelicopter.h"
  80. $File "hl1\hl1_client.cpp"
  81. $File "hl1\hl1_ents.cpp"
  82. $File "hl1\hl1_env_speaker.cpp"
  83. $File "hl1\hl1_eventlog.cpp"
  84. $File "hl1\hl1_func_recharge.cpp"
  85. $File "hl1\hl1_func_tank.cpp"
  86. $File "$SRCDIR\game\shared\hl1\hl1_gamemovement.cpp"
  87. $File "$SRCDIR\game\shared\hl1\hl1_gamemovement.h"
  88. $File "$SRCDIR\game\shared\hl1\hl1_gamerules.cpp"
  89. $File "$SRCDIR\game\shared\hl1\hl1_gamerules.h"
  90. $File "hl1\hl1_grenade_mp5.cpp"
  91. $File "hl1\hl1_grenade_mp5.h"
  92. $File "hl1\hl1_grenade_spit.cpp"
  93. $File "hl1\hl1_grenade_spit.h"
  94. $File "hl1\hl1_item_ammo.cpp"
  95. $File "hl1\hl1_item_battery.cpp"
  96. $File "hl1\hl1_item_healthkit.cpp"
  97. $File "hl1\hl1_item_longjump.cpp"
  98. $File "hl1\hl1_item_suit.cpp"
  99. $File "hl1\hl1_items.cpp"
  100. $File "hl1\hl1_items.h"
  101. $File "hl1\hl1_monstermaker.cpp"
  102. $File "hl1\hl1_monstermaker.h"
  103. $File "hl1\hl1_npc_aflock.cpp"
  104. $File "hl1\hl1_npc_agrunt.cpp"
  105. $File "hl1\hl1_npc_apache.cpp"
  106. $File "hl1\hl1_npc_barnacle.cpp"
  107. $File "hl1\hl1_npc_barnacle.h"
  108. $File "hl1\hl1_npc_barney.cpp"
  109. $File "hl1\hl1_npc_barney.h"
  110. $File "hl1\hl1_npc_bigmomma.cpp"
  111. $File "hl1\hl1_npc_bloater.cpp"
  112. $File "hl1\hl1_npc_bullsquid.cpp"
  113. $File "hl1\hl1_npc_bullsquid.h"
  114. $File "hl1\hl1_npc_controller.cpp"
  115. $File "hl1\hl1_npc_gargantua.cpp"
  116. $File "hl1\hl1_npc_gargantua.h"
  117. $File "hl1\hl1_npc_gman.cpp"
  118. $File "hl1\hl1_npc_hassassin.cpp"
  119. $File "hl1\hl1_npc_headcrab.cpp"
  120. $File "hl1\hl1_npc_headcrab.h"
  121. $File "hl1\hl1_npc_hgrunt.cpp"
  122. $File "hl1\hl1_npc_hgrunt.h"
  123. $File "hl1\hl1_npc_hornet.cpp"
  124. $File "hl1\hl1_npc_hornet.h"
  125. $File "hl1\hl1_npc_houndeye.cpp"
  126. $File "hl1\hl1_npc_houndeye.h"
  127. $File "hl1\hl1_npc_ichthyosaur.cpp"
  128. $File "hl1\hl1_npc_ichthyosaur.h"
  129. $File "hl1\hl1_npc_leech.cpp"
  130. $File "hl1\hl1_npc_nihilanth.cpp"
  131. $File "hl1\hl1_npc_osprey.cpp"
  132. $File "hl1\hl1_npc_roach.cpp"
  133. $File "hl1\hl1_npc_scientist.cpp"
  134. $File "hl1\hl1_npc_scientist.h"
  135. $File "hl1\hl1_npc_snark.cpp"
  136. $File "hl1\hl1_npc_snark.h"
  137. $File "hl1\hl1_npc_talker.cpp"
  138. $File "hl1\hl1_npc_talker.h"
  139. $File "hl1\hl1_npc_tentacle.cpp"
  140. $File "hl1\hl1_npc_turret.cpp"
  141. $File "hl1\hl1_npc_vortigaunt.cpp"
  142. $File "hl1\hl1_npc_vortigaunt.h"
  143. $File "hl1\hl1_npc_zombie.cpp"
  144. $File "hl1\hl1_npc_zombie.h"
  145. $File "hl1\hl1_player.cpp"
  146. $File "hl1\hl1_player.h"
  147. $File "$SRCDIR\game\shared\hl1\hl1_player_shared.cpp"
  148. $File "$SRCDIR\game\shared\hl1\hl1_player_shared.h"
  149. $File "hl1\hl1_playermove.cpp"
  150. $File "$SRCDIR\game\shared\hl1\hl1_usermessages.cpp"
  151. $File "hl1\hl1_weapon_snark.cpp"
  152. $File "hl1\hl1_weapon_tripmine.cpp"
  153. $File "hl1\hl1_weaponbox.cpp"
  154. $File "$SRCDIR\game\shared\hl1\hl1mp_basecombatweapon_shared.cpp"
  155. $File "hl1\hl1mp_bot_temp.cpp"
  156. $File "hl1\hl1mp_player.cpp"
  157. $File "$SRCDIR\game\shared\hl1\hl1mp_weapon_357.cpp"
  158. $File "$SRCDIR\game\shared\hl1\hl1mp_weapon_crossbow.cpp"
  159. $File "$SRCDIR\game\shared\hl1\hl1mp_weapon_egon.cpp"
  160. $File "$SRCDIR\game\shared\hl1\hl1mp_weapon_gauss.cpp"
  161. $File "$SRCDIR\game\shared\hl1\hl1mp_weapon_glock.cpp"
  162. $File "$SRCDIR\game\shared\hl1\hl1mp_weapon_handgrenade.cpp"
  163. $File "$SRCDIR\game\shared\hl1\hl1mp_weapon_hornetgun.cpp"
  164. $File "$SRCDIR\game\shared\hl1\hl1mp_weapon_mp5.cpp"
  165. $File "$SRCDIR\game\shared\hl1\hl1mp_weapon_rpg.cpp"
  166. $File "$SRCDIR\game\shared\hl1\hl1mp_weapon_sachel.cpp"
  167. $File "$SRCDIR\game\shared\hl1\hl1mp_weapon_shotgun.cpp"
  168. $File "hl1\hl1_weapon_crowbar.cpp"
  169. }
  170. }
  171. }