Skip to content

Instantly share code, notes, and snippets.

@gistsobo
Created March 1, 2013 10:01
Show Gist options
  • Save gistsobo/5063671 to your computer and use it in GitHub Desktop.
Save gistsobo/5063671 to your computer and use it in GitHub Desktop.
sublime build for vxworks
{
"cmd": ["make", "--no-print-directory", "BUILD_SPEC=SIMPENTIUMgnu_SMP", "DEBUG_MODE=1", "TRACE=1"],
"working_dir" : "${project_path:${folder}}/xxx/SIMPENTIUMgnu_SMP",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"selector": "source.c++",
"variants": [
{
"name": "vxworks: Build xxxTests(sim)",
"working_dir" : "${project_path:${folder}}/xxxTests/SIMPENTIUMgnu_SMP"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment