<br><div class="gmail_quote">On Wed, Jul 29, 2009 at 8:03 AM, Anders Eriksson <span dir="ltr">&lt;<a href="mailto:anderserikss0n@hotmail.com">anderserikss0n@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




<div>
<br>1) Is there a way to create a build target equal to the install/fast target that is available for the &quot;Unix Makefiles&quot;<br>generator which does not depend on all the other targets?</div></blockquote><div><br>
</div><div>No. But you can do an &quot;install/fast&quot; equivalent within Visual Studio GUI by right-clicking on the INSTALL project and choosing &quot;Project Only &gt; Build Only INSTALL&quot; -- this will execute the install script straight away without building the things it depends on first...</div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>2) I am using the &quot;Optional&quot; argument when calling the Install command. However, in the case of shared libraries, the <br>
&quot;Visual Studio 9 2008&quot; install scripts exit when a file to install is not present. I have tested this using the &quot;Unix Makefiles&quot; <br>generator and there it seems to work as expected. For example I have:</div>
</blockquote><div><br></div><div>I am not sure about this one. I&#39;ve not used OPTIONAL myself before... It does look like OPTIONAL should probably be in the install script in the &quot;TYPE SHARED_LIBRARY FILES &quot;path/my_target.dll&quot;)&quot; chunk.</div>
<div><br></div><div>Perhaps you could file a bug report at <a href="http://www.cmake.org/Bug">http://www.cmake.org/Bug</a> and then attach a simple project that reproduces the issue...? Bugs filed in the database always get looked at eventually. Sometimes the mailing list traffic gets heavy and things like this are more easily lost than they are in the bug database...</div>
<div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br></div></div>