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.

48 lines
1.1 KiB

  1. //-----------------------------------------------------------------------------
  2. // matchmaking_portal2_ds.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro OUTBINNAME "matchmaking_ds"
  7. $Include "matchmaking_portal2_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. $OutputDirectory ".\Debug_$GAMENAME_DS" [$WIN32||$POSIX]
  20. $IntermediateDirectory ".\Debug_$GAMENAME_DS" [$WIN32||$POSIX]
  21. $OutputDirectory ".\Debug_$GAMENAME_DS_360" [$X360]
  22. $IntermediateDirectory ".\Debug_$GAMENAME_DS_360" [$X360]
  23. }
  24. }
  25. $Configuration "Release"
  26. {
  27. $General
  28. {
  29. $OutputDirectory ".\Release_$GAMENAME_DS" [$WIN32||$POSIX]
  30. $IntermediateDirectory ".\Release_$GAMENAME_DS" [$WIN32||$POSIX]
  31. $OutputDirectory ".\Release_$GAMENAME_DS_360" [$X360]
  32. $IntermediateDirectory ".\Release_$GAMENAME_DS_360" [$X360]
  33. }
  34. }
  35. $Project "Matchmaking_DS (portal2)"
  36. {
  37. $Folder "Link Libraries"
  38. {
  39. $Lib matchmakingbase_ds
  40. }
  41. }