XCOMM $XConsortium: Imakefile /main/1 1996/12/02 10:20:16 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)"

#if XnestServer
XNESTDIR = xnest
#endif

#if XVirtualFramebufferServer
XVFBDIR = vfb
#endif

SUBDIRS= $(XNESTDIR) $(XVFBDIR)

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

#endif
