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.

13 lines
299 B

  1. //-----------------------------------------------------------------------------
  2. // vstdlib_exclude.vpc
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Project
  7. {
  8. $Folder "Link Libraries"
  9. {
  10. -$Implib vstdlib [!$IS_LIB_PROJECT || $OSXALL]
  11. }
  12. }