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.

30 lines
474 B

  1. $Conditional IS_LIB_PROJECT "1"
  2. $Include "$SRCDIR\vpc_scripts\source_linux_base_project.vpc"
  3. $MacroRequired "OUTLIBNAME" "$PROJECTNAME"
  4. $Configuration
  5. {
  6. $Compiler
  7. {
  8. $PreprocessorDefinitions "$BASE;LIBNAME=$OUTLIBNAME"
  9. }
  10. $General
  11. {
  12. $ConfigurationType "Static Library (.lib)"
  13. }
  14. $Linker
  15. {
  16. $OutputFile "$OUTLIBDIR/$OUTLIBNAME$_STATICLIB_EXT"
  17. }
  18. }
  19. $Project
  20. {
  21. $Folder "Source Files"
  22. {
  23. $File "$SRCDIR\common\debug_lib_check.cpp"
  24. }
  25. }