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>2015-03-02 22:46:39 +0300
committerAtsushi Eno <atsushieno@gmail.com>2015-03-02 22:46:39 +0300
commite7da0c131979108bb7d010dddc0fb0285eb743c1 (patch)
treef4864f076873ad38d128ba43113203c3aa6468b9 /mcs/class/System.Xaml
parent510710e423825f3c467d7df2f76a3aaa8d80db2e (diff)
parent13685c2326a96543520a4820a378f2fb93cb14d0 (diff)
Merge branch 'master' into import-system-xml-4
Diffstat (limited to 'mcs/class/System.Xaml')
-rw-r--r--mcs/class/System.Xaml/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/mcs/class/System.Xaml/Makefile b/mcs/class/System.Xaml/Makefile
index c62739fc540..884452d6ed9 100644
--- a/mcs/class/System.Xaml/Makefile
+++ b/mcs/class/System.Xaml/Makefile
@@ -6,11 +6,7 @@ RESOURCE_FILES =
LIBRARY = System.Xaml.dll
LIB_REFS = System System.Xml System.Core
-LIB_MCS_FLAGS = \
- /r:System.dll \
- /r:System.Xml.dll \
- /r:System.Core.dll \
- $(RESOURCE_FILES:%=/resource:%)
+LIB_MCS_FLAGS = $(RESOURCE_FILES:%=/resource:%)
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)