diff options
author | hpa <hpa> | 2004-12-08 19:21:35 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-08 19:21:35 +0000 |
commit | 692199a1e10ef43582c4fec41c1e5f71b7b45187 (patch) | |
tree | fb35b4e337a5b5f378b63018fe33c677d4cd8dfc | |
parent | 03280a379a339b0dee78afec525ee336636bd6ee (diff) | |
download | syslinux-692199a1e10ef43582c4fec41c1e5f71b7b45187.tar.gz |
Add comment about win32
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -85,7 +85,11 @@ DATE := $(HEXDATE) endif MAKE += DATE=$(DATE) HEXDATE=$(HEXDATE) - +# +# NOTE: If you don't have the mingw compiler suite installed, you probably +# want to remove win32 from this list; otherwise you're going to get an +# error every time you try to build. +# BSUBDIRS = memdisk win32 ISUBDIRS = sample com32 |