nmake /? in a visual studio command prompt should look something like this:<br><br><br>C:\Program Files\Microsoft Visual Studio 8\VC&gt;nmake /?<br><br>Microsoft (R) Program Maintenance Utility Version 8.00.50727.762<br>Copyright (C) Microsoft Corporation.&nbsp; All rights reserved.
<br><br>Usage:&nbsp; NMAKE @commandfile<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NMAKE [options] [/f makefile] [/x stderrfile] [macrodefs] [targets]<br><br>Options:<br><br>/A Build all evaluated targets<br>/B Build if time stamps are equal<br>/C Suppress output messages
<br>/D Display build information<br>/E Override env-var macros<br>/ERRORREPORT:{NONE|PROMPT|QUEUE|SEND} Report errors to Microsoft<br>/G Display !include filenames<br>/HELP Display brief usage message<br>/I Ignore exit codes from commands
<br>/K Build unrelated targets on error<br>/N Display commands but do not execute<br>/NOLOGO Suppress copyright message<br>/P Display NMAKE information<br>/Q Check time stamps but do not build<br>/R Ignore predefined rules/macros
<br>/S Suppress executed-commands display<br>/T Change time stamps but do not build<br>/U Dump inline files<br>/Y Disable batch-mode<br>/? Display brief usage message<br><br><br>As you can see, &quot;/K&quot; is &quot;build unrelated targets on error&quot; (in other words, targets that do not depend on the failed target...)
<br><br>As far as we know, nmake does not support parallel builds... if you find out otherwise, please post back to the list and share the information with all of us...!<br><br><br>HTH,<br>David Cole<br><br><br><div><span class="gmail_quote">
On 10/22/07, <b class="gmail_sendername">Josef Karthauser</b> &lt;<a href="mailto:joe.karthauser@geomerics.com">joe.karthauser@geomerics.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Do we have any NMake users out there?&nbsp;&nbsp;I&#39;m sure someone might be able to<br>answer this for me.<br><br>It looks like in the past NMake had a&nbsp;&nbsp;-J option, which like the -j of<br>gnu&#39;s gmake, causes parallel compilation where possible.&nbsp;&nbsp;This appears
<br>to be missing with the NMake I&#39;ve got with Visual Studio 2005 though.<br>Was it ever there, is there a version with it in?&nbsp;&nbsp;Where did it go?<br><br>Also, bsdmake has a useful -k option which causes make to continue to
<br>compile things, even if one of the targets is broken in some way (-k ==<br>continue in spite of errors).&nbsp;&nbsp;Does anyone know whether there is an<br>equivalent for NMake?<br><br>Thanks in advance,<br>Joe<br>_______________________________________________
<br>CMake mailing list<br><a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>