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.

42 lines
922 B

  1. //-----------------------------------------------------------------------------
  2. // matchmaking_base.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro OUTLIBNAME "matchmakingbase"
  7. $include "matchmaking_base_inc.vpc"
  8. $Configuration
  9. {
  10. $Compiler
  11. {
  12. $PreprocessorDefinitions "$BASE;MATCHMAKING_DLL"
  13. }
  14. }
  15. $Configuration "Debug"
  16. {
  17. $General
  18. {
  19. $IntermediateDirectory ".\Debug_matchmakingbase$PLATSUBDIR" [$WINDOWS||$POSIX]
  20. $IntermediateDirectory ".\Debug_matchmakingbase_360" [$X360]
  21. $IntermediateDirectory ".\Debug_matchmakingbase_PS3" [$PS3]
  22. }
  23. }
  24. $Configuration "Release"
  25. {
  26. $General
  27. {
  28. $IntermediateDirectory ".\Release_matchmakingbase$PLATSUBDIR" [$WINDOWS||$POSIX]
  29. $IntermediateDirectory ".\Release_matchmakingbase_360" [$X360]
  30. $IntermediateDirectory ".\Release_matchmakingbase_PS3" [$PS3]
  31. }
  32. }
  33. $Project "matchmakingbase"
  34. {
  35. }