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

  1. //-----------------------------------------------------------------------------
  2. // vstdlib_exclude.vpc
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $MacroRequired "PLATSUBDIR"
  7. $Project
  8. {
  9. $Folder "Link Libraries"
  10. {
  11. // Should match the sites that include this in base
  12. -$Lib "$LIBPUBLIC\vstdlib" [$POSIX && !$IS_LIB_PROJECT]
  13. -$Implib vstdlib [$POSIX]
  14. -$File "$SRCDIR\lib\public\$_IMPLIB_PREFIXvstdlib$_IMPLIB_EXT" [$WIN32]
  15. -$File "$SRCDIR\lib\public$PLATSUBDIR\$_IMPLIB_PREFIXvstdlib$_IMPLIB_EXT" [$WIN64]
  16. -$File "$SRCDIR\lib\public\vstdlib_360.lib" [$X360]
  17. }
  18. }