Why do you think so? The build script is inseparable from the project source files. What makes the build script necessary to be separate?<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 27, 2012 at 7:42 PM, Jacob Carlborg <span dir="ltr"><<a href="mailto:doob@me.com" target="_blank">doob@me.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 2012-11-27 13:50, Gor Gyolchanyan wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
There's a good reason why all libraries come with their build scripts,<br>
rather then rely on the client to build them as necessary. The reason is<br>
that the source code is where the necessary building conditions are<br>
defined, even if as a separate file. You can't write anything more, then<br>
a 100 LOC source file without having to make a build script. The source<br>
files in a project heavily depend on the build script to produce the<br>
correct result. This is why I don't see any reason why building process<br>
should be separated from the source code.<br>
</blockquote>
<br></div>
I don't understand what you're saying. Of course the build scripts need to be shipped with the library. I just don't think you should put the build script inline with the source code. I think it should be a separate file.<span class="HOEnZb"><font color="#888888"><br>

<br>
-- <br>
/Jacob Carlborg<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Bye,<br>Gor Gyolchanyan.<br>
</div>