progress.exe

Peter Kümmel syntheticpp at gmx.net
Wed Feb 16 00:53:08 CET 2005


Hello,

because mingw is so slow I've checked in a small
program (qt-3/misc/progress) which calculates the
remaining time when compiling the qt-3/src folder.

progress.exe counts the files in src/tmp/obj when it's started
and estimates that 500 files must be build.
By watching the folder and measuring the time it calculates
a approximate remaining time until the qt library is build
(without considering the linking time).

Until now it needs mingw, but there is a Dev-C++ project file.
(I've started with a example program from Dev-C++).

To test it you should delete the object files in /src/tmp/obj,
(because it does its calculation is based on the number of
existing files) and call pconfigure.bat with all the
options you need.

pconfigure.bat controls the building and copying to /bin
of progress.exe and calls then configure.bat.




Regards,
Peter


More information about the kde-cygwin mailing list