2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Numerics
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Numerics.dll
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../ecma.pub
|
2017-06-07 13:16:24 +00:00
|
|
|
LIB_MCS_FLAGS = /unsafe
|
2014-08-13 10:39:27 +01:00
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
2017-08-21 15:34:15 +00:00
|
|
|
XTEST_LIB_REFS = System Facades/System.Threading.Tasks Facades/System.Runtime.InteropServices.RuntimeInformation System.Core System.Numerics.Vectors Microsoft.CSharp
|
2017-06-07 13:16:24 +00:00
|
|
|
XTEST_LIB_FLAGS = -unsafe
|
2018-01-24 17:04:36 +00:00
|
|
|
LIBRARY_WARN_AS_ERROR = yes
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2017-06-07 13:16:24 +00:00
|
|
|
RESX_RESOURCE_STRING = \
|
|
|
|
../../../external/corefx/src/System.Runtime.Numerics/src/Resources/Strings.resx \
|
2018-01-29 19:03:06 +00:00
|
|
|
../../../external/corefx/src/System.Numerics.Vectors/src/Resources/Strings.resx \
|
|
|
|
../../../external/corefx/src/System.Buffers/src/Resources/Strings.resx
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2015-04-07 09:35:12 +01:00
|
|
|
EXTRA_DISTFILES =
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
include ../../build/library.make
|