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.

247 lines
9.5 KiB

  1. //-----------------------------------------------------------------------------
  2. // SERVER_CSTRIKE.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR "..\.."
  7. $Macro GAMENAME "cstrike"
  8. $Include "$SRCDIR\game\server\server_base.vpc"
  9. $Configuration
  10. {
  11. $Compiler
  12. {
  13. $AdditionalIncludeDirectories "$BASE;$SRCDIR\game\shared\cstrike\control,$SRCDIR\game\shared\cstrike,.\cstrike,.\cstrike\bot,.\cstrike\bot\states,$SRCDIR\game\shared\cstrike\bot,.\cstrike\hostage,.\cstrike\control"
  14. $PreprocessorDefinitions "$BASE;BOTS;CSTRIKE_DLL"
  15. }
  16. $Linker
  17. {
  18. $AdditionalDependencies "$BASE ws2_32.lib" [$WINDOWS]
  19. }
  20. }
  21. $Project "Server (CStrike)"
  22. {
  23. $Folder "Source Files"
  24. {
  25. $File "hl2\Func_Monitor.cpp"
  26. $File "h_cycler.cpp"
  27. $File "h_cycler.h"
  28. $File "$SRCDIR\game\shared\predicted_viewmodel.cpp"
  29. $File "$SRCDIR\game\shared\predicted_viewmodel.h"
  30. $File "$SRCDIR\game\shared\hl2\survival_gamerules.cpp"
  31. $File "team_objectiveresource.cpp"
  32. $File "team_objectiveresource.h"
  33. $File "team_spawnpoint.cpp"
  34. $File "team_spawnpoint.h"
  35. $File "team_train_watcher.cpp"
  36. $File "team_train_watcher.h"
  37. $File "$SRCDIR\game\shared\teamplayroundbased_gamerules.cpp"
  38. $Folder "CounterStrike DLL"
  39. {
  40. $File "$SRCDIR\game\shared\cstrike\cs_achievement_constants.h"
  41. $File "$SRCDIR\game\shared\cstrike\achievements_cs.cpp"
  42. $File "$SRCDIR\game\shared\cstrike\achievements_cs.h"
  43. $File "$SRCDIR\game\shared\cstrike\basecsgrenade_projectile.cpp"
  44. $File "$SRCDIR\game\shared\cstrike\basecsgrenade_projectile.h"
  45. $File "$SRCDIR\game\shared\cstrike\cs_ammodef.cpp"
  46. $File "$SRCDIR\game\shared\cstrike\cs_ammodef.h"
  47. $File "cstrike\cs_autobuy.cpp"
  48. $File "cstrike\cs_autobuy.h"
  49. $File "$SRCDIR\game\shared\cstrike\cs_blackmarket.cpp"
  50. $File "cstrike\cs_client.cpp"
  51. $File "cstrike\cs_client.h"
  52. $File "cstrike\cs_eventlog.cpp"
  53. $File "cstrike\cs_gameinterface.cpp"
  54. $File "$SRCDIR\game\shared\cstrike\cs_gamemovement.cpp"
  55. $File "$SRCDIR\game\shared\cstrike\cs_gamerules.cpp"
  56. $File "$SRCDIR\game\shared\cstrike\cs_gamerules.h"
  57. $File "cstrike\cs_gamestats.cpp"
  58. $File "$SRCDIR\game\shared\cstrike\cs_gamestats_shared.cpp"
  59. $File "$SRCDIR\game\shared\cstrike\cs_gamestats_shared.h"
  60. $File "cstrike\cs_hltvdirector.cpp"
  61. $File "cstrike\cs_player.cpp"
  62. $File "cstrike\cs_player.h"
  63. $File "cstrike\cs_player_resource.cpp"
  64. $File "cstrike\cs_player_resource.h"
  65. $File "$SRCDIR\game\shared\cstrike\cs_player_shared.cpp"
  66. $File "$SRCDIR\game\shared\cstrike\cs_playeranimstate.cpp"
  67. $File "$SRCDIR\game\shared\cstrike\cs_playeranimstate.h"
  68. $File "cstrike\cs_playermove.cpp"
  69. $File "$SRCDIR\game\shared\cstrike\cs_shareddefs.cpp"
  70. $File "$SRCDIR\game\shared\cstrike\cs_shareddefs.h"
  71. $File "cstrike\cs_team.cpp"
  72. $File "cstrike\cs_team.h"
  73. $File "$SRCDIR\game\shared\cstrike\cs_usermessages.cpp"
  74. $File "cstrike\cs_vehicle_jeep.cpp"
  75. $File "$SRCDIR\game\shared\cstrike\cs_weapon_parse.cpp"
  76. $File "$SRCDIR\game\shared\cstrike\cs_weapon_parse.h"
  77. $File "$SRCDIR\game\shared\cstrike\flashbang_projectile.cpp"
  78. $File "$SRCDIR\game\shared\cstrike\flashbang_projectile.h"
  79. $File "cstrike\func_bomb_target.cpp"
  80. $File "cstrike\func_bomb_target.h"
  81. $File "cstrike\func_buy_zone.cpp"
  82. $File "cstrike\func_hostage_rescue.cpp"
  83. $File "cstrike\funfact_cs.cpp"
  84. $File "cstrike\funfact_cs.h"
  85. $File "cstrike\funfactmgr_cs.cpp"
  86. $File "cstrike\funfactmgr_cs.h"
  87. $File "$SRCDIR\game\shared\cstrike\fx_cs_shared.cpp"
  88. $File "$SRCDIR\game\shared\cstrike\fx_cs_shared.h"
  89. $File "$SRCDIR\game\shared\cstrike\hegrenade_projectile.cpp"
  90. $File "$SRCDIR\game\shared\cstrike\hegrenade_projectile.h"
  91. $File "cstrike\info_view_parameters.cpp"
  92. $File "cstrike\item_ammo.cpp"
  93. $File "cstrike\item_assaultsuit.cpp"
  94. $File "cstrike\item_defuser.cpp"
  95. $File "cstrike\item_kevlar.cpp"
  96. $File "cstrike\item_nvgs.cpp"
  97. $File "cstrike\mapinfo.cpp"
  98. $File "cstrike\mapinfo.h"
  99. $File "cstrike\point_surroundtest.cpp"
  100. $File "cstrike\smokegrenade_projectile.cpp"
  101. $File "cstrike\smokegrenade_projectile.h"
  102. $File "cstrike\te_radioicon.cpp"
  103. $File "cstrike\te_shotgun_shot.cpp"
  104. $File "cstrike\te_shotgun_shot.h"
  105. $File "$SRCDIR\game\shared\cstrike\cs_urlretrieveprices.cpp"
  106. {
  107. $Configuration
  108. {
  109. $Compiler
  110. {
  111. $Create/UsePrecompiledHeader "Not Using Precompiled Headers"
  112. }
  113. }
  114. }
  115. $File "$SRCDIR\game\shared\cstrike\cs_urlretrieveprices.h"
  116. $Folder "Weapon"
  117. {
  118. $File "$SRCDIR\game\shared\cstrike\weapon_ak47.cpp"
  119. $File "$SRCDIR\game\shared\cstrike\weapon_aug.cpp"
  120. $File "$SRCDIR\game\shared\cstrike\weapon_awp.cpp"
  121. $File "$SRCDIR\game\shared\cstrike\weapon_basecsgrenade.cpp"
  122. $File "$SRCDIR\game\shared\cstrike\weapon_basecsgrenade.h"
  123. $File "$SRCDIR\game\shared\cstrike\weapon_c4.cpp"
  124. $File "$SRCDIR\game\shared\cstrike\weapon_c4.h"
  125. $File "$SRCDIR\game\shared\cstrike\weapon_csbase.cpp"
  126. $File "$SRCDIR\game\shared\cstrike\weapon_csbase.h"
  127. $File "$SRCDIR\game\shared\cstrike\weapon_csbasegun.cpp"
  128. $File "$SRCDIR\game\shared\cstrike\weapon_csbasegun.h"
  129. $File "$SRCDIR\game\shared\cstrike\weapon_deagle.cpp"
  130. $File "$SRCDIR\game\shared\cstrike\weapon_elite.cpp"
  131. $File "$SRCDIR\game\shared\cstrike\weapon_famas.cpp"
  132. $File "$SRCDIR\game\shared\cstrike\weapon_fiveseven.cpp"
  133. $File "$SRCDIR\game\shared\cstrike\weapon_flashbang.cpp"
  134. $File "$SRCDIR\game\shared\cstrike\weapon_flashbang.h"
  135. $File "$SRCDIR\game\shared\cstrike\weapon_g3sg1.cpp"
  136. $File "$SRCDIR\game\shared\cstrike\weapon_galil.cpp"
  137. $File "$SRCDIR\game\shared\cstrike\weapon_glock.cpp"
  138. $File "$SRCDIR\game\shared\cstrike\weapon_hegrenade.cpp"
  139. $File "$SRCDIR\game\shared\cstrike\weapon_hegrenade.h"
  140. $File "$SRCDIR\game\shared\cstrike\weapon_knife.cpp"
  141. $File "$SRCDIR\game\shared\cstrike\weapon_m249.cpp"
  142. $File "$SRCDIR\game\shared\cstrike\weapon_m3.cpp"
  143. $File "$SRCDIR\game\shared\cstrike\weapon_m4a1.cpp"
  144. $File "$SRCDIR\game\shared\cstrike\weapon_mac10.cpp"
  145. $File "$SRCDIR\game\shared\cstrike\weapon_mp5navy.cpp"
  146. $File "$SRCDIR\game\shared\cstrike\weapon_p228.cpp"
  147. $File "$SRCDIR\game\shared\cstrike\weapon_p90.cpp"
  148. $File "$SRCDIR\game\shared\cstrike\weapon_scout.cpp"
  149. $File "$SRCDIR\game\shared\cstrike\weapon_sg550.cpp"
  150. $File "$SRCDIR\game\shared\cstrike\weapon_sg552.cpp"
  151. $File "$SRCDIR\game\shared\cstrike\weapon_smokegrenade.cpp"
  152. $File "$SRCDIR\game\shared\cstrike\weapon_tmp.cpp"
  153. $File "$SRCDIR\game\shared\cstrike\weapon_ump45.cpp"
  154. $File "$SRCDIR\game\shared\cstrike\weapon_usp.cpp"
  155. $File "$SRCDIR\game\shared\cstrike\weapon_xm1014.cpp"
  156. }
  157. $Folder "Bot"
  158. {
  159. $File "cstrike\bot\cs_bot.cpp"
  160. $File "cstrike\bot\cs_bot.h"
  161. $File "cstrike\bot\cs_bot_chatter.cpp"
  162. $File "cstrike\bot\cs_bot_chatter.h"
  163. $File "cstrike\bot\cs_bot_event.cpp"
  164. $File "cstrike\bot\cs_bot_event_bomb.cpp"
  165. $File "cstrike\bot\cs_bot_event_player.cpp"
  166. $File "cstrike\bot\cs_bot_event_weapon.cpp"
  167. $File "cstrike\bot\cs_bot_init.cpp"
  168. $File "cstrike\bot\cs_bot_listen.cpp"
  169. $File "cstrike\bot\cs_bot_manager.cpp"
  170. $File "cstrike\bot\cs_bot_manager.h"
  171. $File "cstrike\bot\cs_bot_nav.cpp"
  172. $File "cstrike\bot\cs_bot_pathfind.cpp"
  173. $File "cstrike\bot\cs_bot_radio.cpp"
  174. $File "cstrike\bot\cs_bot_statemachine.cpp"
  175. $File "cstrike\bot\cs_bot_update.cpp"
  176. $File "cstrike\bot\cs_bot_vision.cpp"
  177. $File "cstrike\bot\cs_bot_weapon.cpp"
  178. $File "cstrike\bot\cs_bot_weapon_id.cpp"
  179. $File "cstrike\bot\cs_gamestate.cpp"
  180. $File "cstrike\bot\cs_gamestate.h"
  181. $Folder "States"
  182. {
  183. $File "cstrike\bot\states\cs_bot_attack.cpp"
  184. $File "cstrike\bot\states\cs_bot_buy.cpp"
  185. $File "cstrike\bot\states\cs_bot_defuse_bomb.cpp"
  186. $File "cstrike\bot\states\cs_bot_escape_from_bomb.cpp"
  187. $File "cstrike\bot\states\cs_bot_fetch_bomb.cpp"
  188. $File "cstrike\bot\states\cs_bot_follow.cpp"
  189. $File "cstrike\bot\states\cs_bot_hide.cpp"
  190. $File "cstrike\bot\states\cs_bot_hunt.cpp"
  191. $File "cstrike\bot\states\cs_bot_idle.cpp"
  192. $File "cstrike\bot\states\cs_bot_investigate_noise.cpp"
  193. $File "cstrike\bot\states\cs_bot_move_to.cpp"
  194. $File "cstrike\bot\states\cs_bot_open_door.cpp"
  195. $File "cstrike\bot\states\cs_bot_plant_bomb.cpp"
  196. $File "cstrike\bot\states\cs_bot_use_entity.cpp"
  197. }
  198. $Folder "Shared"
  199. {
  200. $File "$SRCDIR\game\shared\cstrike\bot\bot.cpp"
  201. $File "$SRCDIR\game\shared\cstrike\bot\bot.h"
  202. $File "$SRCDIR\game\shared\cstrike\bot\bot_constants.h"
  203. $File "$SRCDIR\game\shared\cstrike\bot\bot_hide.cpp"
  204. $File "$SRCDIR\game\shared\cstrike\bot\bot_manager.cpp"
  205. $File "$SRCDIR\game\shared\cstrike\bot\bot_manager.h"
  206. $File "$SRCDIR\game\shared\cstrike\bot\bot_profile.cpp"
  207. $File "$SRCDIR\game\shared\cstrike\bot\bot_profile.h"
  208. $File "$SRCDIR\game\shared\cstrike\bot\bot_util.cpp"
  209. $File "$SRCDIR\game\shared\cstrike\bot\bot_util.h"
  210. $File "$SRCDIR\game\shared\cstrike\bot\shared_util.cpp"
  211. $File "$SRCDIR\game\shared\cstrike\bot\shared_util.h"
  212. }
  213. }
  214. $Folder "Hostage"
  215. {
  216. $File "cstrike\hostage\cs_simple_hostage.cpp"
  217. $File "cstrike\hostage\cs_simple_hostage.h"
  218. }
  219. $Folder "Navigation Mesh"
  220. {
  221. $File "cstrike\cs_nav.h"
  222. $File "cstrike\cs_nav_area.cpp"
  223. $File "cstrike\cs_nav_area.h"
  224. $File "cstrike\cs_nav_generate.cpp"
  225. $File "cstrike\cs_nav_mesh.cpp"
  226. $File "cstrike\cs_nav_mesh.h"
  227. $File "cstrike\cs_nav_pathfind.h"
  228. $File "cstrike\cs_nav_path.cpp"
  229. $File "cstrike\cs_nav_path.h"
  230. }
  231. }
  232. }
  233. }