From 046714aeab45e4665a4602624da6dffa164f7510 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Wed, 24 Sep 2008 08:00:14 +0000 Subject: [PATCH] Compile Mono.CompilerServices.SymbolWriter after corlib svn path=/trunk/mcs/; revision=113929 --- mcs/class/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mcs/class/Makefile b/mcs/class/Makefile index cb30be5d1bd..15df44cd427 100644 --- a/mcs/class/Makefile +++ b/mcs/class/Makefile @@ -2,13 +2,14 @@ thisdir = class bootstrap_dirs := \ corlib \ + Mono.CompilerServices.SymbolWriter \ System \ System.XML \ Mono.Security \ System.Security \ System.Configuration \ - System \ - Mono.CompilerServices.SymbolWriter + System + # Note that Mono.Security and System.Security aren't listed. # We may have to add those if 'mcs' starts using them. -- 2.11.4.GIT