# HG changeset patch # User Pascal Bellard # Date 1364468080 -3600 # Node ID 8567588e939633fa6dffd74b3fa4646f93c3aa49 # Parent 65b3fd0022edfb953d1b35ad548aba1736249295 syslinux/iso2exe: check kernel version, add floppy bootstrap stub (again) diff -r 65b3fd0022ed -r 8567588e9396 syslinux/stuff/iso2exe/Makefile --- a/syslinux/stuff/iso2exe/Makefile Thu Mar 28 11:51:42 2013 +0100 +++ b/syslinux/stuff/iso2exe/Makefile Thu Mar 28 11:54:40 2013 +0100 @@ -38,7 +38,7 @@ win32.res: win32.rc win32.ico i586-pc-mingw32-windres $< -O coff -o $@ -win32.exe: win32.c winutils.c win32.res +win32.exe: win32.c win32.res i586-pc-mingw32-gcc -s -o $@ $< win32.res -mwindows -lws2_32 && upx --ultra-brute $@ %.o: %.c