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:
authorMarek Safar <marek.safar@gmail.com>2012-04-05 18:45:30 +0400
committerMarek Safar <marek.safar@gmail.com>2012-04-05 18:46:26 +0400
commitc911cc7aa226cba8f88f7a57c5fd257e62ab86a6 (patch)
treec88d6e4048c4371c2d5ab7d2f415b89ced12170d /mcs/class/Mono.Xml.Ext
parentaab6b9a30bd4c6430d3c6a038ae20ecc76720a5d (diff)
Force all test assemblies references to be explicit
Diffstat (limited to 'mcs/class/Mono.Xml.Ext')
-rw-r--r--mcs/class/Mono.Xml.Ext/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.Xml.Ext/Makefile b/mcs/class/Mono.Xml.Ext/Makefile
index 6bf2ff64352..60c5abcbfb4 100644
--- a/mcs/class/Mono.Xml.Ext/Makefile
+++ b/mcs/class/Mono.Xml.Ext/Makefile
@@ -8,7 +8,7 @@ LIBRARY_USE_INTERMEDIATE_FILE = yes
ifeq ($(PROFILE),atomic)
SCARY_LIB=
else
-SCARY_LIB=/lib:$(prefix)/lib /noconfig
+SCARY_LIB=/lib:$(prefix)/lib
endif
LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /r:System.Xml.dll