I want to customize my build system, how to do it
There’s something in it that I don’t know,like How to get CMD not to quit
"encoding": "utf-8",
"working_dir": "$file_path",
"shel
{
"name": "Run in sublime",
"shell_cmd": "g++ -Wall -std=c++11 \"$file_name\" -o \"$file_base_name\" && cmd /c \"${file_path}/${file_base_name}\
"name": "CMD Run",
"shell_cmd": "g++ -Wall -std=c++11 \"$file\" -o \"$file_base