Created
November 17, 2014 03:10
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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