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:
authorAndrew Skiba <andrews@mono-cvs.ximian.com>2005-11-14 16:32:36 +0300
committerAndrew Skiba <andrews@mono-cvs.ximian.com>2005-11-14 16:32:36 +0300
commita9d0cb9c98b5ad5c14e1ad55623ee598f100cbf1 (patch)
tree19ffd50886d831bba161bfbc3563094cc43b7710 /mcs/class/System.XML/Makefile
parent7691b50279f448c390e526cef17283cc269714ba (diff)
* Makefile: add java build profile
* System.Xml.vmwcsproj: replace XmlNodeReader.cs with XmlNodeReader2.cs and XslDecimalFormat.cs with XslDecimalFormat.jvm.cs * net_1_1_java_System.Xml.dll.exclude.sources, net_1_1_java_System.dll.sources: add source lists for java profile svn path=/trunk/mcs/; revision=53014
Diffstat (limited to 'mcs/class/System.XML/Makefile')
-rw-r--r--mcs/class/System.XML/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index 6370e9e8b87..3567686e6bd 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -22,7 +22,15 @@ ifdef USE_BOOT_COMPILE
LIBRARY_COMPILE = $(BOOT_COMPILE)
endif
-LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -nowarn:0162,0618,0612,0642
+LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -nowarn:0162,0618,0612,0642,1595
+ifeq (net_1_1_java, $(PROFILE))
+LIB_MCS_FLAGS += \
+ -r:System.Xml.dll \
+ -r:rt.dll \
+ -r:vmwutils.dll \
+ -r:unresolved.dll \
+ /lib:../../class/lib/$(PROFILE)
+endif
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
nist_dom_files = \