13 lines
190 B
Makefile
Raw Normal View History

thisdir = class/Mono.Simd
SUBDIRS =
include ../../build/rules.make
LIBRARY = Mono.Simd.dll
LIB_REFS = System.Core
LIB_MCS_FLAGS = /unsafe
NO_TEST = yes
include ../../build/library.make