Changeset 966e23ecf875a0863636e6c5403b0c3ebaa3bdde for win32
- Timestamp:
- 09/11/11 04:09:59 (8 months ago)
- 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
- Location:
- win32
- Files:
-
- 1 added
- 1 modified
-
Makefile (modified) (1 diff)
-
ntfstest/Makefile (added)
Legend:
- Unmodified
- Added
- Removed
-
win32/Makefile
rb0ac90 r966e23 48 48 .SUFFIXES: .c .obj .lib .exe .i .s .S 49 49 50 SRCS = ../win/syslinux.c 50 SRCS = ../win/syslinux.c ../win/ntfssect.c 51 51 OBJS = $(patsubst %.c,%.obj,$(notdir $(SRCS))) 52 52 LIBSRC = ../libinstaller/fs.c \
