95fdb59ea6
Former-commit-id: b39a328747c2f3414dc52e009fb6f0aa80ca2492
25 lines
620 B
Makefile
25 lines
620 B
Makefile
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
|