wok-next diff syslinux/stuff/iso2exe/Makefile @ rev 17569
syslinux/iso2exe/init: fix reboot
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 07 20:40:28 2015 +0100 (2015-02-07) |
parents | 3e7ad70145ce |
children | 7a2963fc6f46 |
line diff
1.1 --- a/syslinux/stuff/iso2exe/Makefile Wed Sep 17 11:38:34 2014 +0200 1.2 +++ b/syslinux/stuff/iso2exe/Makefile Sat Feb 07 20:40:28 2015 +0100 1.3 @@ -9,17 +9,18 @@ 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 1.8 +iso2exe: iso2exe.sh boot.com bootiso.bin init win32.exe ../mbr/isohdpfx.bin 1.9 + cp ../mbr/isohdpfx.bin . 1.10 cp iso2exe.sh $@ 1.11 chmod +x $@ 1.12 - ./$@ --build boot.com bootiso.bin init win32.exe 1.13 + ./$@ --build boot.com bootiso.bin init win32.exe isohdpfx.bin 1.14 1.15 isohybrid.res: isohybrid.rc isohybrid.ico 1.16 i586-pc-mingw32-windres $< -O coff -o $@ 1.17 1.18 -iso2exe.h: iso2exe ../mbr/isohdpfx.bin 1.19 +iso2exe.h: iso2exe 1.20 chmod +x iso2exe.sh 1.21 - ./iso2exe.sh --array ../mbr/isohdpfx.bin > $@ 1.22 + ./iso2exe.sh --array isohdpfx.bin > $@ 1.23 1.24 iso2exe.com: iso2exe.c iso2exe.h 1.25 $(BCC) $(BCCFLAGS) -o $@ iso2exe.c && upx --ultra-brute $@