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">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>