Xamarin Public Jenkins 6992685b86 Imported Upstream version 4.2.0.179
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
2015-11-10 14:54:39 +00:00

28 lines
709 B
Makefile

thisdir = class/System.Data.Services.Client
SUBDIRS =
include ../../build/rules.make
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 \
-resource:Client/System.Data.Services.Client.resources \
-warn:2
ifndef NO_WINDOWS_BASE
ifneq (2.1, $(FRAMEWORK_VERSION))
LIB_REFS += WindowsBase
endif
endif
include ../../build/library.make
$(the_lib): Client/System.Data.Services.Client.resources
EXTRA_DISTFILES = Client/System.Data.Services.Client.txt
CLEAN_FILES += Client/System.Data.Services.Client.resources