Skip to content

Instantly share code, notes, and snippets.

@Nexuapex
Created November 17, 2014 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nexuapex/bd1d7255019922ae9b4b to your computer and use it in GitHub Desktop.
Save Nexuapex/bd1d7255019922ae9b4b to your computer and use it in GitHub Desktop.
A simple Sublime Text 3 build system for Visual Studio 2013's C/C++ compiler.
{
"shell_cmd": "\"%VS120COMNTOOLS%\\..\\..\\VC\\vcvarsall.bat\" amd64 && cl /nologo \"$file\"",
"file_regex": "^(.*?)\\(([0-9+])(?:,([0-9+]))?\\)\\s+:\\s+(.*)$",
"working_dir": "${file_path}",
"selector": "source.c, source.c++"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment