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.

18 lines
428 B

  1. //-----------------------------------------------------------------------------
  2. // tier0_exclude.vpc
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Project
  7. {
  8. $Folder "Link Libraries"
  9. {
  10. // Should match the sites that include this
  11. -$Lib "$LIBPUBLIC\tier0" [$POSIX && !$IS_LIB_PROJECT]
  12. }
  13. $Folder "Source Files"
  14. {
  15. -$File "$SRCDIR\public\tier0\memoverride.cpp"
  16. }
  17. }