3e394f9287d9844f3ccad7606f3d0bfaed7988a9
[mono.git] / mcs / class / Mono.Simd / Makefile
1 thisdir = class/Mono.Simd
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Simd.dll
6 LIB_REFS = System.Core
7 LIB_MCS_FLAGS = -r:$(corlib) /unsafe
8 TEST_MCS_FLAGS = -r:Mono.Simd.dll
9
10 NO_TEST = yes
11
12 include ../../build/library.make
13