<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Feb 17, 2015 at 4:01 PM, Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org" target="_blank">jb@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 17 Feb, Steve Lhomme wrote :<br>
<span class="">> Same patch but removing the previous folder before copying.<br>
<br>
</span>This part is probably for all systems, no?<span class=""><br></span></blockquote><div><br></div><div>If everyone is OK I'll move this out so it's always applied.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">
> +ifdef HAVE_WIN32<br>
> +ifndef HAVE_CROSS_COMPILE<br>
> +    $(RM) $(HOST)/bin/moc $(HOST)/bin/uic $(HOST)/bin/rcc $(HOST)/bin/luac<br>
> +    $(RM) -r $(TOPDST)/$(HOST)<br>
> +endif<br>
> +endif<br>
<br>
</span>Can't we detect better if we're running on Windows?<span class=""><font color="#888888"><br></font></span></blockquote><div><br></div><div>We could use these <br>BUILD := i686-w64-mingw32<br>HOST := i686-w64-mingw32<br><br></div><div>Or if there's a way to detect if the platform has a special extension for executables in `bootstrap`<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class=""><font color="#888888">
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" target="_blank">http://www.jbkempf.com/</a> - <a href="tel:%2B33%20672%20704%20734" value="+33672704734">+33 672 704 734</a><br>
Sent from my Electronic Device<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></span></blockquote></div><br></div></div>