From 692199a1e10ef43582c4fec41c1e5f71b7b45187 Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 8 Dec 2004 19:21:35 +0000 Subject: [PATCH] Add comment about win32 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6038d38..f23ec15 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.7.4