Revert "[bcl] Compile nunit-lite-console using -d:MONO so it doesn't print the list...
[mono.git] / mcs / tools / Makefile
index fb41c761c47027c13e63dbcfe4bd21f9732ab011..af120d403ed56646c67d8ad8299c5779f5a6cb12 100644 (file)
@@ -16,6 +16,7 @@ net_4_5_dirs := \
        xbuild          \
        csharp          \
        corcompare      \
+       mono-api-html \
        compiler-tester \
        mono-xmltool    \
        mono-shlib-cop  \
@@ -45,13 +46,15 @@ net_4_5_dirs := \
        security        \
        mdbrebase       \
        ikdasm          \
-       mono-symbolicate
+       mono-symbolicate        \
+       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