Hello friends. I can’t solve that problem… I am trying to compile C code (not C++, not C#), and it does it well, if I open the .exe with the cmd it displays correctly, but when I try to make Sublime Text to “Show Build Results” it just keeps like building again the .exe file, not displaying it… I tried through Ctrl+Shift+B, and also through the menu. I don’t know what can it be… My Built System is:
{
“cmd” : “gcc”, “$file_name”, “-o”, “${file_base_name}.exe”, “-lm”, “-Wall”],
“selector” : “source.c”,
“shell”: true,
“working_dir” : “$file_path”
}
Thank you very much.