gcc.exe -c file.c -o file.o
mingw32-g++.exe -o file.exe file.o
What I basically want is only file.exe to be created when compiling, not file.o, and code blocks always creates a ".o" file as well.No, I don't think it would be possible without massive changes to the compiler plugin (but I'm not compiler plugin expert).
No, I don't think it would be possible without massive changes to the compiler plugin (but I'm not compiler plugin expert).It is possible by defining a Tool command (actually compiler command) that uses macros - i.e. the currently open / active editor.