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.

20 lines
411 B

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