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

syslinux/iso2exe: fix initrd offset
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 01 09:45:40 2013 +0200 (2013-04-01)
parents 8567588e9396
children 19258b949c1b
line diff
     1.1 --- a/syslinux/stuff/iso2exe/Makefile	Thu Mar 28 11:54:40 2013 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/Makefile	Mon Apr 01 09:45:40 2013 +0200
     1.3 @@ -14,7 +14,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
     1.8 +	$(BCC) $(BCCFLAGS) -o $@ iso2exe.c && upx --ultra-brute $@
     1.9  
    1.10  iso2exe.exe: iso2exe.c iso2exe.h
    1.11  	i586-pc-mingw32-gcc -s -o $@ iso2exe.c -lws2_32