summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
authorShao Miller <shao.miller@yrdsb.edu.on.ca>2011-08-14 19:41:24 -0400
committerPaulo Alcantara <pcacjr@gmail.com>2011-09-11 04:09:59 +0000
commit966e23ecf875a0863636e6c5403b0c3ebaa3bdde (patch)
treeed48fad4db93e43ea5a8b8d78dfa75025fed1506 /win32/Makefile
parent188ec53f750c1ec2e1061755595f0d9fe65ac626 (diff)
downloadsyslinux-966e23ecf875a0863636e6c5403b0c3ebaa3bdde.tar.gz
win: Add further NTFS support to Windows installers
We have a way of building a map of the LDLINUX.SYS sectors on an NTFS filesystem, now. Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile
index cdb18f24..f960998a 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -47,7 +47,7 @@ WINCC_IS_GOOD := $(shell $(WINCC) $(WINCFLAGS) $(WINLDFLAGS) \
.SUFFIXES: .c .obj .lib .exe .i .s .S
-SRCS = ../win/syslinux.c
+SRCS = ../win/syslinux.c ../win/ntfssect.c
OBJS = $(patsubst %.c,%.obj,$(notdir $(SRCS)))
LIBSRC = ../libinstaller/fs.c \
../libinstaller/syslxmod.c \