Progress for custom Makefiles
A free, portable, fast and simple C/C++ IDE
Brought to you by:
orwelldevcpp
I'm using Dev-C++ for developing Qt-Apps, so I use qmake to generate the Makefile and Dev-C++ only as Editor. When I compile I get no progress it just says "compiling" and when it's done. It should be possible to parse the output from make to see which file is compiled.