Show
Ignore:
Timestamp:
09/11/11 04:09:59 (8 months ago)
Author:
Paulo Alcantara <pcacjr@…>
Children:
0c2b2061e6b26d1aaaf188ed18fc669abcd73346
Parents:
188ec53f750c1ec2e1061755595f0d9fe65ac626
git-author:
Shao Miller <shao.miller@yrdsb.edu.on.ca> / 2011-08-14T19:41:24Z-0400
git-committer:
Paulo Alcantara <pcacjr@gmail.com> / 2011-09-11T04:09:59Z+0000
Message:

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@…>
Signed-off-by: Shao Miller <shao.miller@…>

Location:
win32
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • win32/Makefile

    rb0ac90 r966e23  
    4848.SUFFIXES: .c .obj .lib .exe .i .s .S 
    4949 
    50 SRCS     = ../win/syslinux.c 
     50SRCS     = ../win/syslinux.c ../win/ntfssect.c 
    5151OBJS     = $(patsubst %.c,%.obj,$(notdir $(SRCS))) 
    5252LIBSRC   = ../libinstaller/fs.c \