Advertisement
Dayrion

comp

Jan 28th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.60 KB | None | 0 0
  1. {
  2.     "cmd": ["C:/Users/Utilisateur/Desktop/Server files/pawno/pawncc.exe", "$file_name", "-;+", "-d3", "-\\)+"],
  3.     "working_dir": "${file_path}",
  4.     "file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$",
  5.     "variants": [
  6.         {
  7.             "cmd": ["C:/Users/Utilisateur/Desktop/Server files/pawno/pawncc.exe", "$file_name", "-;+", "-d3", "-\\)+", "-l"],
  8.             "working_dir": "${file_path}",
  9.             "name": "Preprocessed output"
  10.         },
  11.         {
  12.             "cmd": ["C:/Users/Utilisateur/Desktop/Server files/pawno/pawncc.exe", "$file_name", "-;+", "-d3", "-\\)+", "-a"],
  13.             "working_dir": "${file_path}",
  14.             "name": "P-code output"
  15.         }
  16.     ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement