wok-current diff syslinux/stuff/iso2exe/Makefile @ rev 20273
linux: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 18 17:13:32 2018 +0100 (2018-03-18) |
parents | eeaaeada151a |
children | 378b0ba41272 |
line diff
1.1 --- a/syslinux/stuff/iso2exe/Makefile Fri Mar 24 15:04:56 2017 +0100 1.2 +++ b/syslinux/stuff/iso2exe/Makefile Sun Mar 18 17:13:32 2018 +0100 1.3 @@ -30,7 +30,7 @@ 1.4 ./iso2exe.sh --array ../mbr/isohdpfx.bin > $@ 1.5 1.6 iso2exe.com: iso2exe.c iso2exe.h 1.7 - $(BCC) $(BCCFLAGS) -o $@ iso2exe.c && ./upx.sh $@ 1.8 + $(BCC) $(BCCFLAGS) -o $@ iso2exe.c && upx -5 --8086 $@ 1.9 1.10 iso2exe.exe: iso2exe.c iso2exe.h isohybrid.res 1.11 i586-pc-mingw32-gcc -Os -s -o $@ iso2exe.c isohybrid.res -lws2_32