Advertisement
cL_

Pawn Compiler Build ~cL_

cL_
Jun 13th, 2023
965
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.66 KB | Source Code | 0 0
  1. {
  2.     "cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+"],
  3.     "working_dir": "${file_path}",
  4.     "file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$",
  5.     "variants": [
  6.         {
  7.             "cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-l"],
  8.             "working_dir": "${file_path}",
  9.             "name": "Preprocessed output"
  10.         },
  11.         {
  12.             "cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-a"],
  13.             "working_dir": "${file_path}",
  14.             "name": "P-code output"
  15.         }
  16.     ]
  17. }
Tags: pawn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement