SqlClient mono friendly bits
[mono.git] / mcs / class / System.Data.Services.Client / Makefile
index e6d5d0e3139689e08703acba31b52c01a74d0ae1..108d98cf1499262eecf3a67dcca510a3d5711b57 100644 (file)
@@ -10,17 +10,13 @@ Client/System.Data.Services.Client.resources: Client/System.Data.Services.Client
 LIB_REFS = System System.Core System.Xml.Linq System.Data System.Xml
 LIB_MCS_FLAGS = \
        -d:NET_3_5      \
-       -r:System.dll \
-       -r:System.Core.dll \
-       -r:System.Xml.Linq.dll \
-       -r:System.Data.dll \
-       -r:System.Xml.dll \
        -resource:Client/System.Data.Services.Client.resources \
        -warn:2
 
+ifndef NO_WINDOWS_BASE
 ifneq (2.1, $(FRAMEWORK_VERSION))
 LIB_REFS += WindowsBase
-LIB_MCS_FLAGS += -r:WindowsBase
+endif
 endif
 
 include ../../build/library.make