Re: [PATCH] add GRUB_WINDOWS_DLLS to make windowsdir to allow shipping runtime files

2014-01-21 Thread Andrey Borzenkov
В Tue, 21 Jan 2014 08:26:04 +0100 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 19.01.2014 05:15, Andrey Borzenkov wrote: > > В Sun, 19 Jan 2014 02:23:41 +0100 > > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > > > >> On 18.01.2014 17:26, Andrey Borzenkov wrote: > >>> export GRUB_EXTRA_DLLS

Re: [PATCH] add GRUB_WINDOWS_DLLS to make windowsdir to allow shipping runtime files

2014-01-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Go ahead. On 21.01.2014 17:33, Andrey Borzenkov wrote: > В Tue, 21 Jan 2014 08:26:04 +0100 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> On 19.01.2014 05:15, Andrey Borzenkov wrote: >>> В Sun, 19 Jan 2014 02:23:41 +0100 >>> Vladimir 'φ-coder/phcoder' Serbinenko пишет: >>> On 18.01.201

Re: [PATCH] add GRUB_WINDOWS_DLLS to make windowsdir to allow shipping runtime files

2014-01-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 19.01.2014 05:15, Andrey Borzenkov wrote: > В Sun, 19 Jan 2014 02:23:41 +0100 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> On 18.01.2014 17:26, Andrey Borzenkov wrote: >>> export GRUB_EXTRA_DLLS="/path/to/liblzma.dll /path/to/libintl.dll" >>> make >>> make windowszip >> Perhaps a better

Re: [PATCH] add GRUB_WINDOWS_DLLS to make windowsdir to allow shipping runtime files

2014-01-18 Thread Andrey Borzenkov
В Sun, 19 Jan 2014 02:23:41 +0100 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 18.01.2014 17:26, Andrey Borzenkov wrote: > > export GRUB_EXTRA_DLLS="/path/to/liblzma.dll /path/to/libintl.dll" > > make > > make windowszip > Perhaps a better name to indicate that you could use it to add any ex

Re: [PATCH] add GRUB_WINDOWS_DLLS to make windowsdir to allow shipping runtime files

2014-01-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 18.01.2014 17:26, Andrey Borzenkov wrote: > export GRUB_EXTRA_DLLS="/path/to/liblzma.dll /path/to/libintl.dll" > make > make windowszip Perhaps a better name to indicate that you could use it to add any extra files to zip. Perhaps GRUB_WINDOWS_EXTRA_DIST ? signature.asc Description: OpenPGP d

[PATCH] add GRUB_WINDOWS_DLLS to make windowsdir to allow shipping runtime files

2014-01-18 Thread Andrey Borzenkov
Not all toolkits provide static libraries. This patch enables creation of self contained distribution that does not require pre-existing runtime libraries. Intended usage is export GRUB_EXTRA_DLLS="/path/to/liblzma.dll /path/to/libintl.dll" make make windowszip As those libraries and locations ar