Skip to content

Instantly share code, notes, and snippets.

@BSVino
Created May 10, 2020 18:13
Show Gist options
  • Select an option

  • Save BSVino/a02bb0d8492b1f5cbfc1c6b95ccf69ba to your computer and use it in GitHub Desktop.

Select an option

Save BSVino/a02bb0d8492b1f5cbfc1c6b95ccf69ba to your computer and use it in GitHub Desktop.
Sublime project microsoft toolchain compile regex for build results double click on cl.exe output
{
"build_systems":
[
{
"encoding": "cp850",
"file_regex": "([a-zA-Z]:[\\\\/a-zA-Z0-9_. ()]+)\\(([0-9]+)?,?([0-9]+)?\\): (.+)",
"name": "BuildExample",
"windows":
{
"cmd":
[
"C:\\git\\example\\build.bat"
]
},
"working_dir": "c:\\build\\example"
}
],
"folders":
[
{
"path": "C:\\git\\example"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment