wok-current rev 23823
created recipes for qt5 packages
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 28 10:56:20 2020 +0100 (2020-05-28) |
parents | 7f4f0b699c28 0f864bb40808 |
children | 2c466aa0cddc |
files |
line diff
1.1 --- a/syslinux/stuff/iso2exe/Makefile Thu May 28 10:55:44 2020 +0100 1.2 +++ b/syslinux/stuff/iso2exe/Makefile Thu May 28 10:56:20 2020 +0100 1.3 @@ -13,15 +13,11 @@ 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.built win32.exe 1.8 +iso2exe: iso2exe.sh boot.com bootiso.bin win32.exe 1.9 cp iso2exe.sh $@ 1.10 chmod +x $@ 1.11 ./$@ --build boot.com bootiso.bin win32.exe init 1.12 1.13 -init.built: bootloader.bin ifmem.bin init 1.14 - ./init --build 1.15 - touch init.built 1.16 - 1.17 isohybrid.res: isohybrid.rc isohybrid.ico 1.18 i586-pc-mingw32-windres $< -O coff -o $@ 1.19