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
568 B

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