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.

19 lines
436 B

  1. $MacroRequired "OUTLIBNAME" "$PROJECTNAME"
  2. $Macro IS_LIB_PROJECT "1"
  3. $Include "$SRCDIR\vpc_scripts\source_posix_base.vpc"
  4. $Configuration
  5. {
  6. $General
  7. {
  8. $ConfigurationType "Static Library (.lib)"
  9. $GameOutputFile "$OUTLIBDIR/$OUTLIBNAME$_STATICLIB_EXT"
  10. }
  11. $Linker
  12. {
  13. $OutputFile "$OUTLIBNAME$_STATICLIB_EXT"
  14. }
  15. }