wok-next diff syslinux/stuff/iso2exe/Makefile @ rev 17812
syslinux/iso2exe: update partition table
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 21 14:39:57 2015 +0100 (2015-03-21) |
parents | 054f70cb9bec |
children | 19cc1578fb5c |
line diff
1.1 --- a/syslinux/stuff/iso2exe/Makefile Thu Jan 01 22:09:19 2015 +0100 1.2 +++ b/syslinux/stuff/iso2exe/Makefile Sat Mar 21 14:39:57 2015 +0100 1.3 @@ -9,11 +9,10 @@ 1.4 objcopy -O binary meminfo.o meminfo.exe 1.5 chmod +x $@ 1.6 1.7 -iso2exe: iso2exe.sh boot.com bootiso.bin init win32.exe ../mbr/isohdpfx.bin 1.8 - cp ../mbr/isohdpfx.bin . 1.9 +iso2exe: iso2exe.sh boot.com bootiso.bin init win32.exe 1.10 cp iso2exe.sh $@ 1.11 chmod +x $@ 1.12 - ./$@ --build boot.com bootiso.bin init win32.exe isohdpfx.bin 1.13 + ./$@ --build boot.com bootiso.bin init win32.exe 1.14 1.15 isohybrid.res: isohybrid.rc isohybrid.ico 1.16 i586-pc-mingw32-windres $< -O coff -o $@