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.

26 lines
549 B

  1. //-----------------------------------------------------------------------------
  2. // SOURCE_EXE_CON_WIN32_BASE.VPC
  3. //
  4. // Base Settings for all Source(TM) Projects
  5. //-----------------------------------------------------------------------------
  6. $IgnoreRedundancyWarning "ON"
  7. $MacroRequired "SRCDIR"
  8. $MacroRequired "OUTBINDIR"
  9. $MacroRequired "PLATSUBDIR"
  10. $Include "$SRCDIR\vpc_scripts\source_exe_win_win32_base.vpc"
  11. $Configuration
  12. {
  13. $General
  14. {
  15. $TargetName "$OUTBINNAME"
  16. }
  17. $Linker
  18. {
  19. $SubSystem "Console (/SUBSYSTEM:CONSOLE)"
  20. }
  21. }