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.

19 lines
787 B

  1. $Include "$SRCDIR\vpc_scripts\platform_dirs.vpc"
  2. $include "$SRCDIR\vpc_scripts\source_base.vpc"
  3. $Include "$SRCDIR\vpc_scripts\source_exe_posix_base.vpc" [$POSIX]
  4. $Include "$SRCDIR\vpc_scripts\source_exe_win_win32_base.vpc" [$WIN32 || $WIN64]
  5. $Include "$SRCDIR\vpc_scripts\source_xex_x360_base.vpc" [$X360]
  6. $Include "$SRCDIR\vpc_scripts\source_ppu_elf_ps3_base.vpc" [$PS3]
  7. $Include "$SRCDIR\vpc_scripts\source_video_base.vpc"
  8. $Configuration
  9. {
  10. $Compiler
  11. {
  12. $PreprocessorDefinitions "$BASE;DEV_BUILD" [!$PUBLISH]
  13. $PreprocessorDefinitions "$BASE;_PROFILE" [$PROFILE && !$RETAIL]
  14. $PreprocessorDefinitions "$BASE;RETAIL_ASSERTS" [$RETAIL && $RETAILASSERTS]
  15. $PreprocessorDefinitions "$BASE;FRAME_POINTER_OMISSION_DISABLED" // This is now always true.
  16. }
  17. }