7d7f676260
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
14 lines
285 B
Makefile
14 lines
285 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
|
|
|
|
EXTRA_DISTFILES =
|
|
|
|
include ../../build/library.make
|