Hello everybody :-)
Background: I am writing a small application using a custom Makefile. For making things easier and more comfortable i also use a CodeBlocks Project that lets me edit all my sources within CB. I sometimes edit my sources using linux, sometime using windows, which is no problem as CB is available on both platforms (btw.: I love that feature!!).
The only thing that nags me is that everytime i switch from Linux to Win and vice versa i have to select a "new" compiler, which makes no sense to me because the compiler is hardcoded in my Makefile anyway.
(Yes, I know - I could rename the compiler names to match on Win and Linux. But - I need it to work on a -default- installation cause I send my sources around and cannot make sure everyone has the same compiler names set)
Question: Wouldn't it make sense to be able to ignore the compiler selection completely when using custom Makefiles? Wouldn't it even make sense to remove all compiler settings then?
Kind regards,
Stefan