Sublime Forum

How to build a new build system

#1

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
0 Likes

#2

I’m new and this MingW

0 Likes

#3

What do you mean by “How to get CMD not to quit”?

0 Likes

#4

Sorry, my English is not very good. I mean, I don’t quit immediately after the program is executed. Now I’ve solved it

0 Likes