pawn.json 359 B

123456789101112131415161718
  1. {
  2. "user": "Crayder",
  3. "repo": "Texture-Studio",
  4. "entry": "filterscripts\\tstudio.pwn",
  5. "output": "filterscripts\\tstudio.amx",
  6. "builds": [
  7. {
  8. "name": "release",
  9. "args": ["-;+", "-(+", "-Z+"],
  10. "includes": [".\\pawno\\include\\"]
  11. },
  12. {
  13. "name": "debug",
  14. "args": ["-;+", "-(+", "-d3", "-Z+"],
  15. "includes": [".\\pawno\\include\\"]
  16. }
  17. ]
  18. }