Hi there, im using C::B 8.02 in Windows XP and MinGW, and I've got a question:
How I configure C::B so that .c files get compiled with gcc.exe or mingw32-gcc.exe ? Compiling it from a C Console project works, but if I open a random .c file and then compile it, it gets compiled with g++...
My compiler config looks like this:
[Toolchain Executables / Program Files]
C Compiler: mingw32-gcc.exe
C++ Compiler: mingw32-g++.exe
Linker for dynamic libs: mingw32-g++.exe
...
Thanks in advance, Mariano
(Argentina)