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.

20 lines
511 B

  1. //-----------------------------------------------------------------------------
  2. // tier1_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\tier1" [$POSIX && !$IS_LIB_PROJECT]
  12. }
  13. $Folder "Link Libraries"
  14. {
  15. -$File "$SRCDIR\lib\$PLATFORM\tier1$_STATICLIB_EXT" [!$WINDOWS]
  16. -$File "$SRCDIR\lib\public\tier1$_STATICLIB_EXT" [$WINDOWS]
  17. }
  18. }