All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <sw@weilnetz.de>
To: Liviu Ionescu <ilg@livius.net>
Cc: Peter Maydell <peter.maydell@linaro.org>,
	QEMU Developers <Qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] MinGW build
Date: Fri, 28 Nov 2014 08:03:12 +0100	[thread overview]
Message-ID: <54781E30.1010609@weilnetz.de> (raw)
In-Reply-To: <99942964-75A7-4C5B-9696-47D8269F6E68@livius.net>

Am 28.11.2014 um 07:23 schrieb Liviu Ionescu:
> 
> On 28 Nov 2014, at 08:20, Stefan Weil <sw@weilnetz.de> wrote:
> 
>> Windows dynamic libraries (DLL files) are also loaded from the
>> executable's directory if they exist there. You don't need a special
>> setup to make that work, it's the standard behaviour.
> 
> ok, great! could you send me your build procedure? (and prerequisites).
> 
> 
> thank you,
> 
> Liviu


This is my build script:
http://qemu.weilnetz.de/results/make-installers-all.

The results of my latest build are here:
http://qemu.weilnetz.de/results/build-20141126.txt.

And here are the dll files which are added to the installers:

$ ls dll/w??
dll/w32:
freetype6.dll     libfontconfig-1.dll      libglib-2.0-0.dll
libpango-1.0-0.dll       libssp-0.dll
intl.dll          libgcc_s_sjlj-1.dll      libgmodule-2.0-0.dll
libpangocairo-1.0-0.dll  libstdc++-6.dll
libatk-1.0-0.dll  libgdk_pixbuf-2.0-0.dll  libgobject-2.0-0.dll
libpangoft2-1.0-0.dll    pdcurses.dll
libcairo-2.dll    libgdk-win32-2.0-0.dll   libgthread-2.0-0.dll
libpangowin32-1.0-0.dll  SDL.dll
libexpat-1.dll    libgio-2.0-0.dll         libgtk-win32-2.0-0.dll
libpng14-14.dll          zlib1.dll

dll/w64:
libatk-1.0-0.dll        libgcc_s_sjlj-1.dll      libgobject-2.0-0.dll
libpango-1.0-0.dll       libssp-0.dll
libcairo-2.dll          libgdk-3-0.dll           libgtk-3-0.dll
libpangocairo-1.0-0.dll  libstdc++-6.dll
libcairo-gobject-2.dll  libgdk_pixbuf-2.0-0.dll  libiconv-2.dll
libpangoft2-1.0-0.dll    libxml2-2.dll
libffi-6.dll            libgio-2.0-0.dll         libintl-8.dll
libpangowin32-1.0-0.dll  SDL.dll
libfontconfig-1.dll     libglib-2.0-0.dll        libjpeg-9.dll
libpixman-1-0.dll        zlib1.dll
libfreetype-6.dll       libgmodule-2.0-0.dll     liblzma-5.dll
libpng15-15.dll

Please note that this is a cross build running on Debian GNU Linux, so
configure will be called differently for a native build.

You'll need NSIS if you want to build the installer. If you want to sign
your executables, you also need a script which does that.

Regards
Stefan

  reply	other threads:[~2014-11-28  7:03 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-26 19:55 [Qemu-devel] MinGW build Liviu Ionescu
2014-11-26 20:13 ` Peter Maydell
2014-11-26 20:19   ` Stefan Weil
2014-11-26 21:44   ` Liviu Ionescu
2014-11-27 16:43   ` Liviu Ionescu
2014-11-27 19:34     ` Peter Maydell
2014-11-27 19:57       ` Liviu Ionescu
2014-11-27 20:09         ` Stefan Weil
2014-11-27 20:14           ` Liviu Ionescu
2014-11-27 20:18           ` Peter Maydell
2014-11-27 20:27             ` Liviu Ionescu
2014-11-27 22:04               ` Peter Maydell
2014-11-28  0:30                 ` Liviu Ionescu
2014-11-28  7:14             ` Stefan Weil
2014-11-28  8:41               ` Peter Maydell
2015-11-27 18:49               ` Peter Maydell
2015-11-27 19:16                 ` Stefan Weil
2015-11-27 21:05                   ` Peter Maydell
2015-11-29 12:03                     ` Juan Quintela
2015-12-03 11:58                       ` Peter Maydell
2015-12-03 14:15                         ` Peter Maydell
2015-12-03 14:30                           ` Juan Quintela
2015-11-30 13:24                 ` Juan Quintela
2015-11-30 13:29                   ` Stefan Weil
2014-11-27 20:52           ` Liviu Ionescu
2014-11-27 21:14             ` Stefan Weil
2014-11-27 21:38               ` Liviu Ionescu
2014-11-28  6:20                 ` Stefan Weil
2014-11-28  6:23                   ` Liviu Ionescu
2014-11-28  7:03                     ` Stefan Weil [this message]
2014-12-01 10:30                       ` Liviu Ionescu
2014-12-01 18:42                         ` Stefan Weil
2014-12-02 18:28                           ` Liviu Ionescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54781E30.1010609@weilnetz.de \
    --to=sw@weilnetz.de \
    --cc=Qemu-devel@nongnu.org \
    --cc=ilg@livius.net \
    --cc=peter.maydell@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.