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.

98 lines
1.8 KiB

  1. //-----------------------------------------------------------------------------
  2. // matchmaking_base_ds.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro OUTLIBNAME "matchmakingbase_ds"
  7. $include "matchmaking_base_inc.vpc"
  8. $Configuration
  9. {
  10. $Compiler
  11. {
  12. $PreprocessorDefinitions "$BASE;MATCHMAKING_DS_DLL;SWDS"
  13. }
  14. }
  15. $Configuration "Debug"
  16. {
  17. $General
  18. {
  19. $IntermediateDirectory ".\Debug_matchmakingbase_ds$PLATSUBDIR" [$WINDOWS||$POSIX]
  20. $IntermediateDirectory ".\Debug_matchmakingbase_ds_360" [$X360]
  21. }
  22. }
  23. $Configuration "Release"
  24. {
  25. $General
  26. {
  27. $IntermediateDirectory ".\Release_matchmakingbase_ds$PLATSUBDIR" [$WINDOWS||$POSIX]
  28. $IntermediateDirectory ".\Release_matchmakingbase_ds_360" [$X360]
  29. }
  30. }
  31. $Project "matchmakingbase_ds"
  32. {
  33. $Folder "Matchmaking"
  34. {
  35. -$File "mm_session.cpp"
  36. }
  37. $Folder "Sessions"
  38. {
  39. -$File "ds_searcher.h"
  40. -$File "ds_searcher.cpp"
  41. -$File "match_searcher.h"
  42. -$File "match_searcher.cpp"
  43. -$File "mm_session_offline_custom.h"
  44. -$File "mm_session_offline_custom.cpp"
  45. -$File "mm_session_online_client.h"
  46. -$File "mm_session_online_client.cpp"
  47. -$File "mm_session_online_host.h"
  48. -$File "mm_session_online_host.cpp"
  49. -$File "mm_session_online_search.h"
  50. -$File "mm_session_online_search.cpp"
  51. -$File "mm_session_online_teamsearch.h"
  52. -$File "mm_session_online_teamsearch.cpp"
  53. -$File "sys_session.h"
  54. -$File "sys_session.cpp"
  55. }
  56. $Folder "Platform - Steam"
  57. {
  58. }
  59. $Folder "Platform - Xbox 360"
  60. {
  61. }
  62. $Folder "Systems"
  63. {
  64. $Folder "Headers"
  65. {
  66. -$File "leaderboards.h"
  67. -$File "player.h"
  68. -$File "searchmanager.h"
  69. }
  70. -$File "leaderboards.cpp"
  71. -$File "player.cpp"
  72. -$File "searchmanager.cpp"
  73. }
  74. $Folder "Utils"
  75. {
  76. }
  77. $Folder "Public Headers"
  78. {
  79. }
  80. $Folder "Source Files"
  81. {
  82. }
  83. }