Not really recent. It was put in place to eliminate the &quot;command line too long&quot; problem on Windows. It only applies to Windows nmake and Borland make builds.<br><br>According to cvs annotate, it&#39;s been that way in that file since revision 1.3 in Aug. 2003....<br>
<br><br><div class="gmail_quote">On Wed, Nov 4, 2009 at 5:44 PM, Dixon, Shane <span dir="ltr">&lt;<a href="mailto:Shane.Dixon@atmel.com">Shane.Dixon@atmel.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
<div dir="ltr" align="left"><span><font size="2" color="#0000ff" face="Arial">Is this a recent change?  I don&#39;t recall having to do 
anything like that before?  I&#39;m running latest RC5.  Isn&#39;t this the 
kind of behavior that verbose=1 should set by default?  What&#39;s verbose 
about it if all the command-line options are obscured from the user in .tmp 
files that disappear?</font></span></div><div class="im">
<p><font size="2">--<br>Shane Dixon<br>Linux Engineer<br>Atmel 
Corporation<br><br></font></p>
<div> </div><br>
</div><div dir="ltr" align="left" lang="en-us">
<hr>
<font size="2" face="Tahoma"><b>From:</b> David Cole [mailto:<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>] 
<br><b>Sent:</b> Wednesday, November 04, 2009 3:37 PM<br><b>To:</b> Dixon, 
Shane<br><b>Cc:</b> <a href="mailto:cmake@cmake.org" target="_blank">cmake@cmake.org</a><br><b>Subject:</b> Re: [CMake] Nmake 
verbose=1 gives no valuable output for cl.exe<br></font><br></div><div><div></div><div class="h5">
<div></div>In the bottom of Modules/Platform/Windows.cmake:<br><br># uncomment 
these out to debug nmake and borland makefiles<br>#SET(CMAKE_START_TEMP_FILE 
&quot;&quot;)<br>#SET(CMAKE_END_TEMP_FILE &quot;&quot;)<br>#SET(CMAKE_VERBOSE_MAKEFILE 
1)<br><br>Uncomment those three SET lines to see verbose nmake 
output...<br><br><br>HTH,<br>David<br><br><br>
<div class="gmail_quote">On Wed, Nov 4, 2009 at 5:07 PM, Dixon, Shane <span dir="ltr">&lt;<a href="mailto:Shane.Dixon@atmel.com" target="_blank">Shane.Dixon@atmel.com</a>&gt;</span> 
wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I 
  added a definition using<br><br>SET_TARGET_PROPERTIES( MyProjDLL-sw 
  PROPERTIES<br>       COMPILE_FLAGS &quot;-DEMULATION_MODE&quot; 
  )<br><br>I tried to use &quot;nmake verbose=1 MyProjDLL-sw&quot; to watch the 
  command-line come by and verify it had the right definition, but all I get is 
  this:<br><br>C:\PROGRA~1\MICROS~1.0\VC\bin\cl.exe 
   @C:\DOCUME~1\SHANE~1.DIX\LOCALS~1\Temp\nm54B2.tmp<br>myprojdll.c<br><br>Do 
  I have a command-line that&#39;s too long so it has to be put into a .tmp file? 
   I can&#39;t find the file after the run so I&#39;m assuming it gets deleted. 
   How can I see what&#39;s getting passed to cl.exe?<br><br>--<br>Shane 
  Dixon<br>Linux Engineer<br>Atmel 
  Corporation<br><br>_______________________________________________<br>Powered 
  by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br><br>Visit other Kitware open-source 
  projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br><br>Please 
  keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br><br>Follow this link 
  to subscribe/unsubscribe:<br><a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br></div></div></div>
</blockquote></div><br>