<div class="gmail_quote">On Thu, Jan 15, 2009 at 10:07 AM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</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;">
To look for the Compiler being used..<br>
<br>
IF (MSVC60)<br>
 &nbsp; &nbsp;SET (...)<br>
ENDIF (MSVC60)<br>
IF (MSVC71)<br>
 &nbsp; &nbsp; &nbsp; &nbsp;SET (....)<br>
ENDIF(MSVC71)<br>
IF (MSVC80)<br>
 &nbsp; &nbsp; &nbsp; &nbsp;SET (....)<br>
ENDIF(MSVC80)<br>
IF (MSVC90)<br>
 &nbsp; &nbsp; &nbsp; &nbsp;SET (.....)<br>
ENDIF (MSVC90)</blockquote></div><br>I also need to check if a 64 build is being made or a 32 bit build. How would you recommend checking for this?<br>