Alexander Neundorf schrieb: > cmake does the dependency scanning and rules for rerunning cmake are included > in the makefiles. How do I build my source (with a cmakefile in it) for MinGW on WinXP? What is the command for that? I thougt I have to do something like "cmake generate-my-gcc-makefile" and then "mingw32-make -f makefile.gcc".