Created
July 22, 2015 14:36
-
-
Save pa1pal/0a5d50e4feeb50b24ed8 to your computer and use it in GitHub Desktop.
This file contains 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
//Build system to run c++ program on sublime text on Windows | |
{ | |
"windows": | |
{ | |
"cmd": ["g++", "$file_name","-o", "${file_base_name}.exe", "-lm", "-Wall", "&","start", "${file_base_name}.exe"] | |
}, | |
"selector": "source.c++", | |
"shell": true, | |
"working_dir": "${file_path}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment