w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / class / System.Xml.Linq / Makefile
blob3a7883b568334c4873bb0cc26bfd7fe0f303a189
1 thisdir = class/System.Xml.Linq
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Xml.Linq.dll
6 LIB_REFS = System System.Core System.Xml
7 LIB_MCS_FLAGS = -unsafe -nowarn:436
9 NO_SERIALIZATION_PROFILE := $(filter build, $(PROFILE))
10 ifndef NO_SERIALIZATION_PROFILE
11 LIB_REFS += System.Runtime.Serialization
12 LIB_MCS_FLAGS += -d:FEATURE_SERIALIZATION
13 endif
15 ifeq (2.1, $(FRAMEWORK_VERSION))
16 LIB_MCS_FLAGS += -d:MONO_HYBRID_SYSTEM_XML
17 endif
19 TEST_LIB_REFS = System.Core System.Xml System
20 TEST_MCS_FLAGS =
22 XTEST_LIB_REFS = System.Core System.Xml System Facades/System.Reflection Facades/System.Threading.Tasks
23 XTEST_LIB_FLAGS = -unsafe
25 EXTRA_DISTFILES =
27 RESX_RESOURCE_STRING = \
28 ../../../external/corefx/src/System.Private.Xml.Linq/src/Resources/Strings.resx
30 include ../../build/library.make