02.02.2017, 09:35
Quote:
Check the 'cmd' param. You ~probably~ are compiling with (-l) arg.
|
Code:
{ "cmd": ["C:/Users/user/Desktop/Server Files/pawno.exe", "$file_name", "-;+", "-d3", "-\\)+"], "working_dir": "${file_path}", "file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$", "variants": [ { "cmd": ["C:/Users/user/Desktop/Server Files/pawno.exe", "$file_name", "-;+", "-d3", "-\\)+", "-l"], "working_dir": "${file_path}", "name": "Preprocessed output" }, { "cmd": ["C:/Users/user/Desktop/Server Files/pawno.exe", "$file_name", "-;+", "-d3", "-\\)+", "-a"], "working_dir": "${file_path}", "name": "P-code output" } ] }
Code:
{ "cmd": ["pawncc.exe", "-i includes", "$file", "-;+"], "path": "C:/Users/user/Desktop/Server Files/" }