# HG changeset patch # User Pascal Bellard # Date 1590658449 0 # Node ID 0f864bb40808ee7b0b9428ed500881c969ab3ef8 # Parent 7744355508b90463b6938e97e3e6ba1a6a70a258 syslinux: merge init.exe & taziso (again) diff -r 7744355508b9 -r 0f864bb40808 syslinux/stuff/iso2exe/Makefile --- a/syslinux/stuff/iso2exe/Makefile Thu May 28 08:35:55 2020 +0000 +++ b/syslinux/stuff/iso2exe/Makefile Thu May 28 09:34:09 2020 +0000 @@ -13,15 +13,11 @@ objcopy -O binary meminfo.o meminfo.exe chmod +x $@ -iso2exe: iso2exe.sh boot.com bootiso.bin init.built win32.exe +iso2exe: iso2exe.sh boot.com bootiso.bin win32.exe cp iso2exe.sh $@ chmod +x $@ ./$@ --build boot.com bootiso.bin win32.exe init -init.built: bootloader.bin ifmem.bin init - ./init --build - touch init.built - isohybrid.res: isohybrid.rc isohybrid.ico i586-pc-mingw32-windres $< -O coff -o $@