2002-04-04 Dan Lewis <dihlewis@yahoo.co.uk>
[mono.git] / mono / Makefile.am
1 # Currently the jit needs some work before it will build on windows
2 if PLATFORM_WIN32
3 SUBDIRS = utils io-layer monoburg metadata cil dis \
4         arch monograph interpreter tests
5 else
6 SUBDIRS = utils io-layer monoburg metadata cil dis \
7         arch monograph interpreter jit tests
8 endif
9