В 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
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
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
В 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
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
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