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

Makefile « System.Xml.Linq « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be37556db989a27ff52d961e12be4b226e873951 (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
thisdir = class/System.Xml.Linq
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Xml.Linq.dll
LIB_REFS = System System.Core System.Xml
LIB_MCS_FLAGS = -unsafe -nowarn:436

ifeq (2.1, $(FRAMEWORK_VERSION))
LIB_MCS_FLAGS += -d:MONO_HYBRID_SYSTEM_XML
endif

TEST_LIB_REFS = System.Core System.Xml System
TEST_MCS_FLAGS =

XTEST_LIB_REFS = System.Core System.Xml System Facades/System.Reflection Facades/System.Threading.Tasks
XTEST_LIB_FLAGS = -unsafe

EXTRA_DISTFILES =

RESX_RESOURCE_STRING = \
	../../../external/corefx/src/System.Private.Xml.Linq/src/Resources/Strings.resx

include ../../build/library.make