Team Fortress 2 Source Code as on 22/4/2020
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.

32 lines
631 B

  1. //-----------------------------------------------------------------------------
  2. // WAITANDRESTART.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR "..\..\.."
  7. $Macro OUTBINDIR "$SRCDIR\..\game\bin"
  8. $Macro OUTBINNAME "WaitAndRestart"
  9. $Include "$SRCDIR\vpc_scripts\source_exe_con_win32_base.vpc"
  10. $Configuration
  11. {
  12. $Compiler
  13. {
  14. $AdditionalIncludeDirectories "$BASE,..\"
  15. $PreprocessorDefinitions "$BASE;PROTECTED_THINGS_DISABLE"
  16. }
  17. }
  18. $Project "WaitAndRestart"
  19. {
  20. $Folder "Source Files"
  21. {
  22. $File "WaitAndRestart.cpp"
  23. }
  24. $Folder "Header Files"
  25. {
  26. }
  27. }