realemu.json 264 B

12345678910111213141516171819202122
  1. {
  2. "realemu": {
  3. "Cflags": [
  4. "-I",
  5. "/"
  6. ],
  7. "Include": [
  8. "../../cmd.json"
  9. ],
  10. "Install": "/$ARCH/bin/aux/",
  11. "Program": "realemu",
  12. "SourceFiles": [
  13. "arg.c",
  14. "debug.c",
  15. "decode.c",
  16. "fmt.c",
  17. "main.c",
  18. "pit.c",
  19. "xec.c"
  20. ]
  21. }
  22. }