<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">Its replacement is OAHBuild, which is OABuild completely redone from scratch<br>
by Haakon Sporsheim.<br><br>
Some of its advantages:<br>
- Isn&#39;t monolithic like OABuild, so the different modules are independent in the<br>
 &nbsp;sense that you no longer need them placed in a certain layout in the<br>
filesystem.<br>
 &nbsp;In other words you can choose to install GLib and GStreamer -core from MSIs,<br>
 &nbsp;and build /only/ -bad yourself if you&#39;re fixing bugs in a plugin,<br>
you don&#39;t need to<br>
 &nbsp;build any of the dependencies. This also means that the project files are<br>
 &nbsp;completely local to the module and can thus be pushed upstream. The only<br>
 &nbsp;dependency if you want to build things yourself is the common OAH component.<br>
- Integrates with, and makes heavy use of, pkg-config.<br>
- Integrated easy way of building .msm packages.<br>
- Designed to work with the Express Edition of MSVS 2008, the commercial<br>
 &nbsp;version is no longer a requirement to build it using the IDE.<br>
- Cleaner, less project files.<br></blockquote>
<br>I would also like to point out (once again) that OAH uses pkg-config for compiler and linker switches instead of project dependencies/references in Visual Studio. Hence, there is no monolitic &quot;master&quot; build/solution file, but separate build/solution file for each module which could reside in each respective module repository. For GStreamer this would be (to follow the OAH convention) in win32/oah, which is beside the existing win32/vs*.<br>
<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">The existing GStreamer modules in OABuild aren&#39;t yet forward-ported to OAH, but<br>

this is work in progress.<br></blockquote><br>Yes, I&#39;ve already started the work, but currently I&#39;m sort of waiting for the upcoming cvs-&gt;git migration. Ref. Edward Hervey&#39;s mail to mailinglist a couple of days ago. :)<br>
<br>Regards,<br>Haakon<br>