Revert "[bcl] Compile nunit-lite-console using -d:MONO so it doesn't print the list...
[mono.git] / mcs / tools / Makefile
index bb5f715b03f8025ccb1af0a2f6a27825dd5b3c28..af120d403ed56646c67d8ad8299c5779f5a6cb12 100644 (file)
@@ -16,6 +16,7 @@ net_4_5_dirs := \
        xbuild          \
        csharp          \
        corcompare      \
+       mono-api-html \
        compiler-tester \
        mono-xmltool    \
        mono-shlib-cop  \
@@ -46,13 +47,14 @@ net_4_5_dirs := \
        mdbrebase       \
        ikdasm          \
        mono-symbolicate        \
-       linker-analyzer
+       linker-analyzer \
+       btls
 
-build_SUBDIRS = gacutil security culevel
+build_SUBDIRS = gacutil security culevel cil-stringreplacer commoncryptogenerator
 net_4_5_SUBDIRS = gacutil
 net_4_5_PARALLEL_SUBDIRS = $(net_4_5_dirs)
 
-SUBDIRS = $(basic_SUBDIRS) $(net_4_5_dirs)
+SUBDIRS = $(build_SUBDIRS) $(net_4_5_dirs)
 
 include ../build/rules.make