Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2004-12-03 16:19:59 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-12-03 16:19:59 +0300
commit57af64eef8a7f47d84a5b2c6066563d1afdaf69a (patch)
tree43ef4168f0651b45bd8e50a6f1f7e44dddc59868 /mcs/class/System.XML/Makefile
parent05594abaa173ab5df7332da2ca4a7ce58c48f47c (diff)
Some old versions of mono/mcs (e.g., mono-core-1.1.2-1.ximian.8.1)
have trouble building System.Xml, with errors like: Could not load class from token 0x1000074 in /usr/lib/mono/1.0/System.dll In mcs: Disable XML documentation support in 'basic' profile. * decl.cs, class.cs [BOOTSTRAP_WITH_OLDLIB]: Don't import System.Xml. Redirect XmlElement to System.Object. * driver.cs, enum.cs, rootcontext.cs: Don't reference System.Xml. * doc.cs [BOOTSTRAP_WITH_OLDLIB]: Disable compile. * mcs.exe.sources: Add doc-bootstrap.cs. * doc-bootstrap.cs: New file. Contains empty stub implementation of doc.cs. In class/System.XML: * Makefile: Remove support for being in bootstrap build. In class: System.Xml.dll is no longer built in the 'basic' profile. * Makefile (basic_SUBDIRS): Don't mention System.XML. (basic_files): Remove System.Xml.dll. svn path=/trunk/mcs/; revision=37007
Diffstat (limited to 'mcs/class/System.XML/Makefile')
-rw-r--r--mcs/class/System.XML/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index 0a98eff12ee..964fced2967 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -11,10 +11,6 @@ else
SCARY_LIB=/lib:$(prefix)/lib /noconfig
endif
-ifdef USE_BOOT_COMPILE
-LIBRARY_COMPILE = $(BOOT_COMPILE)
-endif
-
LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0162 /nowarn:0618 /nowarn:0612
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)