15 lines
337 B
Makefile
15 lines
337 B
Makefile
thisdir = class/System.Numerics
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.Numerics.dll
|
|
LIB_REFS = System
|
|
LIB_MCS_FLAGS = /unsafe -nowarn:414 -nowarn:436
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
|
|
|
TXT_RESOURCE_STRINGS = ../referencesource/System.Numerics/System.Numerics.txt
|
|
|
|
EXTRA_DISTFILES =
|
|
|
|
include ../../build/library.make
|