02.09.2017, 13:22
Код:
{ "cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+"], "working_dir": "${file_path}", "file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$", "variants": [ { "cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-l"], "working_dir": "${file_path}", "name": "Preprocessed output" }, { "cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-a"], "working_dir": "${file_path}", "name": "P-code output" } ] }
e.g.
Then you can build it, as long as you have the pawnocc.exe in the pawno folder of your project.