Shown here is a list of filenames that are used by Dev-C++ when performing specific tasks. Each filename should be present in any binary folder specified
here
.
The C compiler, used for auto-configuring compiler set, performing C file compiling and linking (based on file extension) and queries about compiler set properties.
The C++ compiler, used for performing C++ file compiling and linking (based on file extension).
The makefile processor, used for project compilations.
The debugger.
The resource processor, used to process Windows GUI resource files.
The profiler.