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.

18 lines
481 B

  1. //-----------------------------------------------------------------------------
  2. // tier0_s_exclude.vpc
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Project
  7. {
  8. $Folder "Link Libraries"
  9. {
  10. -$File "$SRCDIR\lib\$PLATFORM\$_IMPLIB_PREFIXtier0$_IMPLIB_EXT" [!$WINDOWS]
  11. -$File "$SRCDIR\lib\public\$_IMPLIB_PREFIXtier0$_IMPLIB_EXT" [$WINDOWS]
  12. }
  13. $Folder "Source Files"
  14. {
  15. -$File "$SRCDIR\public\tier0\memoverride.cpp"
  16. }
  17. }