Advertisement
Pridexs

sublimec++

Sep 17th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {
  2. "cmd": ["C:\\Program Files (x86)\\CodeBlocks\\MinGW\\bin\\mingw32-g++.exe", "-Wall", "-std=c++11", "-o", "$file_base_name", "$file"],
  3.  
  4. "variants": [
  5.  
  6. {
  7. "cmd": ["start", "cmd", "/k", "$file_base_name"],
  8. "shell": true,
  9. "name": "Run"
  10. }
  11. ]
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement