Skip to content

Instantly share code, notes, and snippets.

@arcollector
Created June 19, 2013 01:23
Show Gist options
  • Save arcollector/5811003 to your computer and use it in GitHub Desktop.
Save arcollector/5811003 to your computer and use it in GitHub Desktop.
Compile 16 bit executable with watcom
{
"cmd": [ "wcl", "/l=dos", "$file_name" ],
"working_dir": "${project_path:${folder}}",
"selector": "source.c"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment