Counter Strike : Global Offensive Source Code
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.

14 lines
376 B

  1. //-----------------------------------------------------------------------------
  2. // tier1_exclude.vpc
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Project
  7. {
  8. $Folder "Link Libraries"
  9. {
  10. -$File "$SRCDIR\lib\$PLATFORM\tier1$_STATICLIB_EXT" [!$WINDOWS]
  11. -$File "$SRCDIR\lib\public\tier1$_STATICLIB_EXT" [$WINDOWS]
  12. }
  13. }