6992685b86
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
15 lines
332 B
Makefile
15 lines
332 B
Makefile
thisdir = class/System.Numerics
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.Numerics.dll
|
|
LIB_REFS = System
|
|
LIB_MCS_FLAGS = /unsafe -d:MONO
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
|
|
|
RESOURCE_STRINGS = ../../../external/referencesource/System.Numerics/System.Numerics.txt
|
|
|
|
EXTRA_DISTFILES =
|
|
|
|
include ../../build/library.make
|