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.

13 lines
352 B

  1. // Include the gcsdk static lib, excluded from builds as appropriate.
  2. $Folder "Link Libraries"
  3. {
  4. $File "$SRCDIR\lib\$PLATFORM\release\gcsdk$_STATICLIB_EXT"
  5. {
  6. $Configuration "Debug" { $ExcludedFromBuild "Yes" }
  7. }
  8. $File "$SRCDIR\lib\$PLATFORM\debug\gcsdk$_STATICLIB_EXT"
  9. {
  10. $Configuration "Release" { $ExcludedFromBuild "Yes" }
  11. }
  12. }