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:
authorAtsushi Eno <atsushieno@gmail.com>2004-01-06 06:44:38 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-01-06 06:44:38 +0300
commit77f0b209ed5e32c3c23708073e8b949c33532b21 (patch)
tree6843292e80341f6a85aa75ca33264df68d6c3838 /mcs/class/System.XML/Makefile
parent657f8fe0d9f9e871bf3be4bab13ba5df41c97214 (diff)
2004-01-06 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : use /noconfig like System.dll (to erase make test warning) svn path=/trunk/mcs/; revision=21737
Diffstat (limited to 'mcs/class/System.XML/Makefile')
-rw-r--r--mcs/class/System.XML/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index 79745b1104e..3181b2bef5e 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -4,7 +4,13 @@ include ../../build/rules.make
LIBRARY = System.Xml.dll
-LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll /nowarn:649 /nowarn:169
+ifeq ($(PROFILE),atomic)
+SCARY_LIB=
+else
+SCARY_LIB=/lib:$(prefix)/lib /noconfig
+endif
+
+LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:649 /nowarn:169
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = \