j s wrote:
> I don't think so, but this article claims that by specifying multiple
> c++ files at the same time, the Visual C++ compiler will parallelize them:
>
> http://stackoverflow.com/questions/601970/how-do-i-utilise-all-the-cores-for-nmake
> <avk-blocked://stackoverflow.com/questions/601970/how-do-i-utilise-all-the-cores-for-nmake>
>
> Regards,
As nmake cannot perform parallel builds on its own, it would be nice, if
CMake could use the possibility of the cl compiler itself to compile
multiple files in parallel.
Qt's qmake does this by creating a temporary file containing a single cl
invocation with multiple names of source files to be built. Wouldn't it
be possible for the NMake generator to
perform something similar?

Regards,

Martin
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to