On 8/30/07, Torsten Martinsen <[EMAIL PROTECTED]> wrote: > I, too, use Emacs. However, do not be oblivious to the fact that an > nmake build can take around five times longer than an IDE build.
why do you use nmake and not msbuild if you do a command line build? msbuild uses the same mechanism the IDE uses, but without the IDE (it's a command line tool). It's basically an xml based make-replacement, and you can easily open your projects in the IDE if you need to, for example for debugging... Manuel -- http://klimek.box4.net _______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake