[CMake] Visual Studio reload projects

Manuel Klimek klimek at box4.net
Thu Aug 30 11:04:38 EDT 2007


On 8/30/07, Torsten Martinsen <tma at gatehouse.dk> 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


More information about the CMake mailing list