On Mon, Nov 21, 2011 at 1:55 PM, James Bigler <span dir="ltr"><<a href="mailto:jamesbigler@gmail.com">jamesbigler@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="HOEnZb"><div class="h5">On Mon, Nov 21, 2011 at 1:47 PM, Bill Hoffman <span dir="ltr"><<a href="mailto:bill.hoffman@kitware.com" target="_blank">bill.hoffman@kitware.com</a>></span> wrote:<br><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div><p> <br>
On Nov 21, 2011 3:41 PM, "Brad King" <<a href="mailto:brad.king@kitware.com" target="_blank">brad.king@kitware.com</a>> wrote:<br>
><br>
> On 11/21/2011 3:33 PM, James Bigler wrote:<br>
>><br>
>> On Mon, Nov 21, 2011 at 9:39 AM, Brad King <<a href="mailto:brad.king@kitware.com" target="_blank">brad.king@kitware.com</a> <mailto:<a href="mailto:brad.king@kitware.com" target="_blank">brad.king@kitware.com</a>>> wrote:<br>



>>    On 11/18/2011 12:50 PM, James Bigler wrote:<br>
>>        What I'm envisioning is developing a new custom build tool,<br>
>>        call it CMake Custom Command (or CCC for short)<br>
>><br>
>>    Would the custom commands in the project files just invoke this tool on every build?<br>
>><br>
>> Yes, any custom command in the project would invoke the same rule file.<br>
><br>
> > Think of it as replacing VS's "interesting" custom build command rule with our own.<br>
><br>
> I've thought about this idea a few times before in the context of custom<br>
> commands with build-time implicit dependency scanning.  It's essentially<br>
> a "make" tool, isn't it?  Since "nmake" always comes with VS, perhaps it<br>
> can be utilized for this.<br>
><br>
></p>
</div></div><p>That is kind of what we do with xcode and make.  Does nmake install with express versions?<br>
</p>
</blockquote></div></div></div>This page seems to suggest so, but I'm having trouble determining this for certain, and I don't want to install it for fear of it messing up my existing VS installations.<br><br><br>


</blockquote></div><br>Forgot the link:<br><a href="http://www.tidytutorials.com/2009/08/nmake-makefile-tutorial-and-example.html">http://www.tidytutorials.com/2009/08/nmake-makefile-tutorial-and-example.html</a><br>