Am 28.11.2014 um 07:23 schrieb Liviu Ionescu: > > On 28 Nov 2014, at 08:20, Stefan Weil <s...@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