Metharon

Cod pentru compilator + Tasta

Jul 18th, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. - Pentru construirea compilatorului
  2.  
  3. {
  4. "cmd": ["C:/Users/Metharon/Desktop/gzone03z/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+"],
  5. "working_dir": "${file_path}",
  6. "file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$",
  7. "variants": [
  8. {
  9. "cmd": ["C:/Users/Metharon/Desktop/gzone03z/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-l"],
  10. "working_dir": "${file_path}",
  11. "name": "Preprocessed output"
  12. },
  13. {
  14. "cmd": ["C:/Users/Metharon/Desktop/gzone03z/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-a"],
  15. "working_dir": "${file_path}",
  16. "name": "P-code output"
  17. }
  18. ]
  19. }
  20.  
  21. - Pentru faza cu tasta F5 pentru pornirea compilatorului
  22.  
  23. [
  24. { "keys": ["f5"], "command": "build" }
  25. ]
Add Comment
Please, Sign In to add comment