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.

22 lines
527 B

  1. //-----------------------------------------------------------------------------
  2. // SERVER_PORTAL.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro GAMENAME "portal"
  7. $Include "server_portal_base.vpc"
  8. $Project "Server (Portal)"
  9. {
  10. $Folder "Source Files"
  11. {
  12. $Folder "Portal"
  13. {
  14. $File "portal\portal_client.cpp"
  15. $File "$SRCDIR\game\shared\portal\portal_gamerules.cpp"
  16. $File "$SRCDIR\game\shared\portal\portal_gamerules.h"
  17. }
  18. }
  19. }