<div>Would a free tool to automatically generate the .def file/s help?&nbsp;&nbsp; </div>
<div>&nbsp;</div>
<div>(like this one: <a href="http://www.objmedia.demon.co.uk/freeSoftware/def32.html">http://www.objmedia.demon.co.uk/freeSoftware/def32.html</a>&nbsp;)</div>
<div>&nbsp;</div>
<div>I haven&#39;t figured out the magical incantactions to make it play nice, but it looks to have potential.</div>
<div>&nbsp;</div>
<div>Buzz.<br><br></div>
<div class="gmail_quote">On Jan 22, 2008 1:15 PM, Nigel Pearson &lt;<a href="mailto:nigel@ind.tansu.com.au">nigel@ind.tansu.com.au</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">&gt; Any idea on how we could fix this issue?<br><br></div>Create a libs/libmyth/libmyth.def containing all the symbols<br>from that library that libmythui and libmythupnp require,<br>and add rules in the latter two directories&#39; .pro files.
<br>Something like:<br><br>mingw {<br>&nbsp; &nbsp; target.path = $${PREFIX}/bin<br>&nbsp; &nbsp; implib.target = libmyth-bootstrap.a<br>&nbsp; &nbsp; implib.commands = test -e libmyth-bootstrap.a || dlltool --input-<br>def ../libmyth/libmyth.def --dllname libmyth-$${LIBVERSION}.dll --
<br>output-lib libmyth-bootstrap.a -k<br>&nbsp; &nbsp; QMAKE_EXTRA_WIN_TARGETS += implib<br>&nbsp; &nbsp; POST_TARGETDEPS += libmyth-bootstrap.a<br>}<br><br><br><br>The existing commands like that can probably<br>also be removed from libs/libmyth/libmyth.pro
<br><br><br><br><br>I&#39;m trying to setup a Win32 build env now,<br>but being a Mac and Unix head means that<br>this is an exercise in cursing and grumbling.<br>You might be able to fix &amp; test faster than me.<br><font color="#888888">
<br>--<br>Nigel Pearson, nigel@ind.tansu.com.au| I&#39;ve been talking to-<br>Telstra Net. Eng., Sydney, Australia | the ship&#39;s computer.<br>Office: 9202 3900 &nbsp; &nbsp;Fax: &nbsp;9261 3912 | ... &nbsp;It hates me!<br>Mobile: 0408 664435 &nbsp;Home: 9792 6998 | &nbsp; Marvin
<br></font>
<div>
<div></div>
<div class="Wj3C7c"><br><br>_______________________________________________<br>mythtv-dev mailing list<br><a href="mailto:mythtv-dev@mythtv.org">mythtv-dev@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev" target="_blank">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev</a><br></div></div></blockquote></div><br>