[vlc-devel] [PATCH] automatically remove unneeded Qt/lua binaries from the downloaded win32 prebuilt contrib

Steve Lhomme robux4 at gmail.com
Tue Feb 17 16:17:47 CET 2015


On Tue, Feb 17, 2015 at 4:01 PM, Jean-Baptiste Kempf <jb at videolan.org>
wrote:

> On 17 Feb, Steve Lhomme wrote :
> > Same patch but removing the previous folder before copying.
>
> This part is probably for all systems, no?
>

If everyone is OK I'll move this out so it's always applied.


> > +ifdef HAVE_WIN32
> > +ifndef HAVE_CROSS_COMPILE
> > +    $(RM) $(HOST)/bin/moc $(HOST)/bin/uic $(HOST)/bin/rcc
> $(HOST)/bin/luac
> > +    $(RM) -r $(TOPDST)/$(HOST)
> > +endif
> > +endif
>
> Can't we detect better if we're running on Windows?
>

We could use these
BUILD := i686-w64-mingw32
HOST := i686-w64-mingw32

Or if there's a way to detect if the platform has a special extension for
executables in `bootstrap`


> --
> Jean-Baptiste Kempf
> http://www.jbkempf.com/ - +33 672 704 734
> Sent from my Electronic Device
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20150217/01ff2595/attachment.html>


More information about the vlc-devel mailing list