Merge pull request #5313 from lambdageek/corefx-sre-fixup
[mono.git] / mcs / class / System.Numerics / Makefile
1 thisdir = class/System.Numerics
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Numerics.dll
6 LIB_REFS = System
7 KEYFILE = ../ecma.pub
8 LIB_MCS_FLAGS = /unsafe
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10 XTEST_LIB_REFS = System Facades/System.Threading.Tasks Facades/System.Runtime.InteropServices.RuntimeInformation System.Core System.Numerics.Vectors Microsoft.CSharp
11 XTEST_LIB_FLAGS = -unsafe
12
13 RESX_RESOURCE_STRING = \
14         ../../../external/corefx/src/System.Runtime.Numerics/src/Resources/Strings.resx \
15         ../../../external/corefx/src/System.Numerics.Vectors/src/Resources/Strings.resx
16
17 EXTRA_DISTFILES =
18
19 include ../../build/library.make