libcontrol.json 418 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "libcontrol": {
  3. "Cflags": [
  4. "-Werror"
  5. ],
  6. "Include": [
  7. "../lib.json"
  8. ],
  9. "Install": "/$ARCH/lib/",
  10. "Library": "libcontrol.a",
  11. "SourceFiles": [
  12. "box.c",
  13. "button.c",
  14. "cache.c",
  15. "control.c",
  16. "entry.c",
  17. "group.c",
  18. "keyboard.c",
  19. "label.c",
  20. "menu.c",
  21. "radiobutton.c",
  22. "scribble.c",
  23. "slider.c",
  24. "tabs.c",
  25. "text.c",
  26. "textbutton.c",
  27. "textbutton3.c"
  28. ]
  29. }
  30. }