Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - Pentru construirea compilatorului
- {
- "cmd": ["C:/Users/Metharon/Desktop/gzone03z/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+"],
- "working_dir": "${file_path}",
- "file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$",
- "variants": [
- {
- "cmd": ["C:/Users/Metharon/Desktop/gzone03z/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-l"],
- "working_dir": "${file_path}",
- "name": "Preprocessed output"
- },
- {
- "cmd": ["C:/Users/Metharon/Desktop/gzone03z/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-a"],
- "working_dir": "${file_path}",
- "name": "P-code output"
- }
- ]
- }
- - Pentru faza cu tasta F5 pentru pornirea compilatorului
- [
- { "keys": ["f5"], "command": "build" }
- ]
Add Comment
Please, Sign In to add comment