Hi,
I'm using Code::Blocks on Windows to generate executables for an embedded microcontroller. I'm using a custom C compiler and most things are working really well - but this particular compiler always generates executable files with extensions of .binary or .eeprom (i.e. not .exe or .sys)
Is there any way to tell Code::Blocks that the files with these extensions are the final executables? At present, whenever I "build" the project, Code::Blocks always relinks even when the project is up to date. I think it is looking for an output file with a .exe extension, and when it doesn't find one it assumes it needs to relink to generate it.
Thanks,
Oscar.