3c1f479b9d
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
14 lines
328 B
Makefile
14 lines
328 B
Makefile
thisdir = class/System.Numerics
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.Numerics.dll
|
|
LIB_MCS_FLAGS = -r:System.dll /unsafe -d:MONO
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
|
|
|
RESOURCE_STRINGS = ../../../external/referencesource/System.Numerics/System.Numerics.txt
|
|
|
|
EXTRA_DISTFILES =
|
|
|
|
include ../../build/library.make
|