# HG changeset patch # User Hans-G?nter Theisgen # Date 1590659780 -3600 # Node ID 0bff32322a5cf97852e7ff27473522f0f49badf6 # Parent 7f4f0b699c28602f8accda0c86dd92e7b9f7302c# Parent 0f864bb40808ee7b0b9428ed500881c969ab3ef8 created recipes for qt5 packages diff -r 7f4f0b699c28 -r 0bff32322a5c syslinux/stuff/iso2exe/Makefile --- a/syslinux/stuff/iso2exe/Makefile Thu May 28 10:55:44 2020 +0100 +++ b/syslinux/stuff/iso2exe/Makefile Thu May 28 10:56:20 2020 +0100 @@ -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 $@