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.

16 lines
403 B

  1. // base file for a console app with qt. win32 only for now. CG: I'm not 100% sure this is the right definition,
  2. // but I'm moving the logic here so it doesn't end up pasted into every such app.
  3. $Include "$SRCDIR\vpc_scripts\source_exe_qt_win32_base.vpc"
  4. $Configuration
  5. {
  6. $Linker
  7. {
  8. $SubSystem "Console (/SUBSYSTEM:CONSOLE)"
  9. }
  10. $Compiler
  11. {
  12. $AdditionalIncludeDirectories "$BASE,..\common"
  13. }
  14. }