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.

40 lines
1.1 KiB

  1. //-----------------------------------------------------------------------------
  2. // matchmaking_cstrike15_inc.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR ".."
  7. $Macro GAMENAME "csgo"
  8. $Macro GAMESUBDIR "cstrike15"
  9. $Macro GENERATED_PROTO_DIR "generated_proto"
  10. $Macro OUTBINDIR "$SRCDIR\..\game\$GAMENAME\bin"
  11. $Macro DEVKITBINDIR "$GAMENAME\bin" [$X360]
  12. $Include "$SRCDIR\vpc_scripts\source_dll_base.vpc"
  13. $Include "matchmaking_inc.vpc"
  14. $Project
  15. {
  16. $Folder "cstrike15"
  17. {
  18. $File "$GAMESUBDIR/mm_title.h"
  19. $File "$GAMESUBDIR/mm_title.cpp"
  20. $File "$GAMESUBDIR/mm_title_gamesettingsmgr.cpp"
  21. $File "$GAMESUBDIR/mm_title_main.cpp"
  22. $File "$GAMESUBDIR/mm_title_richpresence.h"
  23. $File "$GAMESUBDIR/mm_title_richpresence.cpp"
  24. $File "$GAMESUBDIR/mm_title_titledata.cpp"
  25. $File "$GAMESUBDIR/mm_title_contextvalues.h"
  26. }
  27. $Folder "Shared"
  28. {
  29. $File "$SRCDIR/game/shared/cstrike15/gametypes.h"
  30. $File "$SRCDIR/game/shared/cstrike15/gametypes.cpp"
  31. $File "$SRCDIR/public/gametypes/igametypes.h"
  32. $File "$SRCDIR/common/platforminputdevice.h"
  33. $File "$SRCDIR/common/platforminputdevice.cpp"
  34. }
  35. }