summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
authorShao Miller <shao.miller@yrdsb.edu.on.ca>2010-07-03 16:23:44 -0400
committerShao Miller <shao.miller@yrdsb.edu.on.ca>2010-07-03 17:03:00 -0400
commit07aafae7c67b32e432c26ff83279ec83e61592e4 (patch)
tree35564427f3b97eb1c579af23100c6c31eaf5f313 /win32/Makefile
parent1d3a1a8a3bcda164c0d9cbe2fff28b0953f7ee2e (diff)
downloadsyslinux-07aafae7c67b32e432c26ff83279ec83e61592e4.tar.gz
win32: Use libinstaller option parser
We will produce an error message if a user attempts to use an option we don't implement. Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
Diffstat (limited to 'win32/Makefile')
-rwxr-xr-x[-rw-r--r--]win32/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile
index a077b30c..81a6e9ec 100644..100755
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -49,6 +49,7 @@ SRCS = syslinux.c
OBJS = $(patsubst %.c,%.obj,$(notdir $(SRCS)))
LIBSRC = ../libinstaller/fat.c \
../libinstaller/syslxmod.c \
+ ../libinstaller/syslxopt.c \
../libinstaller/setadv.c \
../libinstaller/bootsect_bin.c \
../libinstaller/ldlinux_bin.c \