XCOMM $XConsortium: Imakefile /main/1 1996/12/02 10:18:43 lehors $
XCOMM This is only used on NT where we do not know how to jump over this dir

#ifdef Win32Architecture

#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

     SUBDIRS = mi

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(SUBDIRS))
LintSubdirs($(SUBDIRS))

#endif
