realemu.json 261 B

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