wok diff syslinux/stuff/iso2exe/Makefile @ rev 23002

updated libao and libao-dev (1.1.0 -> 1.2.2)
author Hans-Günter Theisgen
date Mon Mar 02 17:05:10 2020 +0100 (2020-03-02)
parents 8b4447362fc3
children 0f864bb40808
line diff
     1.1 --- a/syslinux/stuff/iso2exe/Makefile	Fri Feb 22 15:37:43 2019 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/Makefile	Mon Mar 02 17:05:10 2020 +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 -5 --8086 $@
     1.8 +	$(BCC) $(BCCFLAGS) -o $@ iso2exe.c && upx --ultra-brute --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