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.Data.Services.Client/Makefile')
-rw-r--r--mcs/class/System.Data.Services.Client/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Data.Services.Client/Makefile b/mcs/class/System.Data.Services.Client/Makefile
index 9f4e3b8b4d7..e6d5d0e3139 100644
--- a/mcs/class/System.Data.Services.Client/Makefile
+++ b/mcs/class/System.Data.Services.Client/Makefile
@@ -7,6 +7,7 @@ LIBRARY = System.Data.Services.Client.dll
Client/System.Data.Services.Client.resources: Client/System.Data.Services.Client.txt
$(RESGEN) "$<" "$@"
+LIB_REFS = System System.Core System.Xml.Linq System.Data System.Xml
LIB_MCS_FLAGS = \
-d:NET_3_5 \
-r:System.dll \
@@ -18,6 +19,7 @@ LIB_MCS_FLAGS = \
-warn:2
ifneq (2.1, $(FRAMEWORK_VERSION))
+LIB_REFS += WindowsBase
LIB_MCS_FLAGS += -r:WindowsBase
endif