e46a49ecf1
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
16 lines
389 B
Makefile
16 lines
389 B
Makefile
thisdir = class/System.Numerics.Vectors
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.Numerics.Vectors.dll
|
|
LIB_REFS = System System.Numerics
|
|
KEYFILE = ../msfinal.pub
|
|
LIB_MCS_FLAGS = -unsafe
|
|
LIBRARY_WARN_AS_ERROR = yes
|
|
|
|
RESX_RESOURCE_STRING = ../../../external/corefx/src/System.Numerics.Vectors/src/Resources/Strings.resx
|
|
|
|
EXTRA_DISTFILES =
|
|
|
|
include ../../build/library.make
|