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:
Diffstat (limited to 'mcs/class/System.Runtime.Serialization/Makefile')
-rw-r--r--mcs/class/System.Runtime.Serialization/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Runtime.Serialization/Makefile b/mcs/class/System.Runtime.Serialization/Makefile
index a11b3e30994..a075cad7553 100644
--- a/mcs/class/System.Runtime.Serialization/Makefile
+++ b/mcs/class/System.Runtime.Serialization/Makefile
@@ -6,6 +6,7 @@ RESOURCE_FILES = \
resources/mstypes.schema
LIBRARY = System.Runtime.Serialization.dll
+LIB_REFS = System System.Xml System.Core
LIB_MCS_FLAGS = \
-unsafe \
/nowarn:168,169,219,414 \
@@ -17,6 +18,7 @@ LIB_MCS_FLAGS = \
RESOURCE_STRINGS = ../../../external/referencesource/System.Runtime.Serialization/System.Runtime.Serialization.txt
ifneq (2.1, $(FRAMEWORK_VERSION))
+LIB_REFS += System.Data System.Configuration
LIB_MCS_FLAGS += /d:NET_3_0 /r:System.Data.dll /r:System.Configuration.dll
endif