2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Numerics
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Numerics.dll
|
2015-04-07 09:35:12 +01:00
|
|
|
LIB_MCS_FLAGS = -r:System.dll /unsafe -d:MONO
|
2014-08-13 10:39:27 +01:00
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
|
|
|
|
2015-04-07 09:35:12 +01:00
|
|
|
RESOURCE_STRINGS = ../../../external/referencesource/System.Numerics/System.Numerics.txt
|
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
|