6bdd276d05
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
14 lines
336 B
Makefile
14 lines
336 B
Makefile
thisdir = class/System.Numerics.Vectors
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.Numerics.Vectors.dll
|
|
LIB_REFS = System System.Numerics
|
|
LIB_MCS_FLAGS = -unsafe
|
|
|
|
RESX_RESOURCE_STRING = ../../../external/corefx/src/System.Numerics.Vectors/src/Resources/Strings.resx
|
|
|
|
EXTRA_DISTFILES =
|
|
|
|
include ../../build/library.make
|