Merge commit 'hdt-0.3.5'
[profile/ivi/syslinux.git] / dos / Makefile
2009-11-11 H. Peter AnvinMerge commit 'hdt-0.3.5'
2009-11-11 H. Peter Anvindos: make DOS installer work under WinME
2009-08-19 Erwan VeluMerge commit 'pam/disklib-fixes'
2009-08-05 Pierre-Alexandre... Merge commit 'hpa/master' into for-erwan
2009-04-28 H. Peter AnvinFix NASM dependency generation
2009-04-28 H. Peter AnvinUnify dependency generation: MCONFIG.embedded
2009-04-28 H. Peter AnvinUnify dependency generation
2008-08-22 H. Peter AnvinClean up embedded Makefile targets; fix build failure
2008-08-20 H. Peter AnvinMajor Makefile cleanups; gcc 4.3.0 compatiblity
2008-06-28 H. Peter AnvinBuild _bin.c files in libinstaller; clean up B/I separation
2008-05-29 H. Peter AnvinMove files out of root into core, dos, and utils
2008-05-29 H. Peter AnvinAssemble via ELF, to enable future linking
2008-05-28 H. Peter AnvinMerge commit 'origin/master' into gpxe-added
2008-05-14 H. Peter AnvinMerge commit 'origin/gptmbr'
2008-05-12 Stefan BucurFixed the various Makefiles so that SYSLINUX compiles...
2008-03-23 H. Peter AnvinMerge commit 'origin/nolen' into gpxe-support
2008-03-21 H. Peter AnvinMerge commit 'syslinux-3.63-pre2' into nolen syslinux-3.70-pre5
2008-03-06 H. Peter AnvinUse $(CC) in gcc_ok macro, not plain gcc
2008-03-04 H. Peter AnvinMerge commit 'origin/master' into nolen syslinux-3.70-pre4
2008-03-04 H. Peter AnvinPrevent inclusion of system include files when inapprop...
2008-01-11 H. Peter AnvinMerge commit 'syslinux-3.55' into adv syslinux-3.60
2008-01-10 H. Peter AnvinMerge commit 'origin/master' into adv
2008-01-10 H. Peter AnvinMerge commit 'origin/master' into adv
2008-01-05 H. Peter AnvinMerge commit 'syslinux-3.55-pre4' into adv syslinux-3.60-pre7
2007-12-27 H. Peter AnvinMerge commit 'syslinux-3.60-pre6' into gpxe-support
2007-12-18 H. Peter AnvinMerge commit 'origin/master' into adv syslinux-3.60-pre6
2007-12-14 H. Peter AnvinCreate libinstaller; actually implement boot-once for...
2007-05-25 Luciano RochaDon't clobber /dev/null when compiling as root
2007-02-10 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... syslinux-3.40-pre5
2007-02-07 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu...
2007-02-07 H. Peter AnvinDeal with various distributions breaking gcc in weird...
2006-11-22 H. Peter AnvinMerge with syslinux-3.32-pre7 syslinux-3.40-pre3
2006-10-17 H. Peter AnvinMakefile cleanup to be able to build with CC='gcc ... syslinux-3.32-pre2
2006-10-17 H. Peter AnvinMove -m32 to CFLAGS as well
2006-10-17 H. Peter AnvinMove flags from CC to CFLAGS
2006-05-04 H. Peter AnvinAcross-the-board stealth whitespace cleanup
2004-12-30 hpaMake the various Makefiles agree what is BTARGET and...
2004-12-28 hpaFix using the resolver function from the API (with...
2004-12-28 hpaSupport the -m and -a options for the DOS installer...
2004-12-19 hpaMake DOS installer use our homegrown 64-bit divide
2004-12-19 hpaBeef up the sanity checking of the boot sector. For...
2004-12-18 hpaFix dec/hex bug in crt0.S; do -msoft-float just in...
2004-12-18 hpaResurrect printf(), and create a library. This way...
2004-12-17 hpaActually parse argc/argv properly.
2004-12-16 hpaAdd -DREGPARM=3 to go along with -mregparm=3
2004-12-16 hpaConvert to using -mregparm=3; makes the code slightly...
2004-12-15 hpaAdjust the interface to syslxmod.c so the DOS installer...
2004-12-15 hpaSimple memset/memcpy implementation
2004-12-15 hpaTweak optimizations.
2004-12-15 hpaConvert the DOS installer to C like everything else.
2004-12-15 hpaMore adjustment to the Brave New World<TM>