Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.Data.Services.Client « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f4e3b8b4d728420ece24048b42dd2632d205638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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_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

ifneq (2.1, $(FRAMEWORK_VERSION))
LIB_MCS_FLAGS += -r:WindowsBase
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