aboutsummaryrefslogtreecommitdiffstats
path: root/win32
AgeCommit message (Expand)AuthorFilesLines
2015-01-05build: sort sources to build in a more deterministic wayPhilippe Coval1-1/+1
2014-01-18Merge remote-tracking branch 'origin/syslinux-5.xx'H. Peter Anvin2-2/+2
2014-01-18Merge remote-tracking branch 'origin/syslinux-4.xx' into syslinux-5.xxH. Peter Anvin2-2/+2
2014-01-18Makefiles: don't include *.tmpH. Peter Anvin2-2/+2
2012-11-05Merge tag 'syslinux-5.00-pre9' into for-hpa/elflink/firmwareMatt Fleming1-0/+1
2012-10-22Revert "win: Add -mno-ms-bitfields"H. Peter Anvin1-4/+3
2012-10-16Add per-firmware object directory supportMatt Fleming1-6/+7
2012-10-11win: Add -mno-ms-bitfieldsShao Miller1-3/+4
2012-09-19installers: Install ldlinux.c32 automaticallysyslinux-5.00-pre8Matt Fleming1-0/+1
2012-01-26win32: add new mingw prefixPaulo Alcantara1-1/+2
2011-09-11win: Add further NTFS support to Windows installersShao Miller2-1/+88
2011-09-07Add NTFS filesystem support to Linux and Windows installersPaulo Alcantara1-1/+1
2010-07-21win64: experimental Win64 installer (syslinux64.exe)syslinux-4.02H. Peter Anvin6-528/+11
2010-07-21win32: fix README, adjust broken +x bitsH. Peter Anvin2-0/+0
2010-07-19dos: Use libinstaller option parserShao Miller1-2/+0
2010-07-19win32: remove an archive before running ar on itH. Peter Anvin1-0/+1
2010-07-19dos, win32: use our own getopt_long() for bothH. Peter Anvin1-2/+3
2010-07-03win32: Use libinstaller option parserShao Miller3-78/+34
2010-06-22win32: vacuous ADV supportH. Peter Anvin2-7/+14
2010-06-22win32: use .obj not .o, and build an intermediate libraryH. Peter Anvin1-6/+14
2010-06-20Merge syslinux/extlinux patch code and core codeH. Peter Anvin2-1/+2
2010-06-09Make syslinux installer real "pathbased"Alek Du1-1/+1
2010-01-24Merge branch 'master' into fscH. Peter Anvin1-2/+2
2010-01-10Makefile: replace -W -Wall with centralized $(GCCWARN)H. Peter Anvin1-2/+2
2009-05-29Merge branch 'master' into core32H. Peter Anvin2-408/+411
2009-05-29Run Nindent on win32/syslinux.cH. Peter Anvin1-402/+405
2009-05-29Run Nindent on win32/hello.cH. Peter Anvin1-2/+2
2009-05-19Standardize the names SECTOR_SIZE and SECTOR_SHIFTH. Peter Anvin1-7/+7
2009-05-19FAT: change DOS installer to EXE; additional 32K limit fixesH. Peter Anvin1-3/+6
2009-04-27Unify dependency generationH. Peter Anvin1-3/+3
2009-02-11find-mingw: handle the names used in Fedora 10+H. Peter Anvin1-0/+8
2008-08-20Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin1-2/+2
2008-07-17win32: run shell script in the current dir with ./H. Peter Anvin1-1/+1
2008-07-16win32: search for a mingw compiler under several namesH. Peter Anvin2-17/+37
2008-06-27Build _bin.c files in libinstaller; clean up B/I separationH. Peter Anvin1-4/+7
2008-05-29Move files out of root into core, dos, and utilsH. Peter Anvin1-4/+5
2008-03-03win32/Makefile: clean hello.exe on "make tidy"H. Peter Anvin1-1/+1
2008-01-10Merge commit 'origin/master' into advH. Peter Anvin2-2/+2
2008-01-10Update copyright yearH. Peter Anvin2-2/+2
2007-12-14Create libinstaller; actually implement boot-once for extlinuxH. Peter Anvin1-3/+4
2007-06-01RAID mode installer support for SYSLINUXsyslinux-3.50-pre18H. Peter Anvin1-3/+8
2007-04-26Update the default names of the MinGW tools.H. Peter Anvin1-3/+3
2007-04-26Document the use of the MinGW compiler.H. Peter Anvin1-0/+8
2007-03-14Stealth whitespace cleanup (automated)H. Peter Anvin2-3/+3
2007-01-24Win32 FAT installer: fix type typo (which happened to cancel itself out...)H. Peter Anvin1-1/+1
2007-01-24Win32 FAT installer: fix path mangling for -d optionH. Peter Anvin1-3/+10
2007-01-23Win32 FAT installer: support installing in a subdirectorysyslinux-3.35-pre2H. Peter Anvin1-1/+46
2006-10-17Makefile cleanup to be able to build with CC='gcc -m32'syslinux-3.32-pre2H. Peter Anvin1-23/+23
2006-08-17Remove more CVS-era $Id$ tags.H. Peter Anvin1-1/+0
2006-05-03Across-the-board stealth whitespace cleanupH. Peter Anvin2-32/+32
2004-12-28Support the -m and -a options for the DOS installer as wellhpa1-9/+15
2004-12-22Fix the -m and -a options for Win32; add support for a boot sector filehpa1-17/+47
2004-12-22Add MBR-writing options to the Win32 installer. Probably should besyslinux-3.00-pre3hpa2-6/+161
2004-12-22Be more picky about syntax.hpa1-1/+1
2004-12-22Update the Win32 installer.syslinux-2.20-pre13hpa2-34/+90
2004-12-19Beef up the sanity checking of the boot sector. For really better checkinghpa1-1/+1
2004-12-16Fix make of win32hpa2-1/+4
2004-12-15Adjust the interface to syslxmod.c so the DOS installer doesn't needhpa1-1/+2
2004-12-15Make the CC_IS_OK hack work again.hpa1-4/+10
2004-12-15More adjustment to the Brave New World<TM>hpa1-7/+4
2004-12-15Change the win32 build procedure to match the new world; installerhpa2-32/+24
2004-12-14Update copyright headers.hpa2-9/+9
2004-12-08Remove hello.exe when doing make tidysyslinux-2.12-pre10hpa1-1/+1
2004-12-08C compiler test filehpa1-0/+13
2004-12-08Be less hostile to building on a mingw-less system.hpa1-0/+7
2004-01-24Adjust options to work on 64-bit machines, and clean up nuisance warningshpa1-2/+2
2003-11-21Updates to the win32 installer [Lars Munch.]syslinux-2.07-pre8hpa1-52/+28
2003-08-22Add functional equivalent to sync()hpa1-2/+16
2003-07-11New win32 installer; librarize some stuffsyslinux-2.05-pre3hpa1-2/+3
2003-07-11Win32 installerhpa2-0/+325