<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
j s wrote:
<blockquote
 cite="mid:73dc18630907301138j1d6d34efrc5665614e2e924d@mail.gmail.com"
 type="cite">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:<br>
  <br>
  <a moz-do-not-send="true"
 href="avk-blocked://stackoverflow.com/questions/601970/how-do-i-utilise-all-the-cores-for-nmake">http://stackoverflow.com/questions/601970/how-do-i-utilise-all-the-cores-for-nmake</a><br>
  <br>
Regards,<br>
</blockquote>
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.<br>
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<br>
perform something similar?<br>
<br>
Regards,<br>
<br>
Martin<br>
</body>
</html>