[build] Change the way how mcs references are passed to compiler to always use full...
[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 = /unsafe
8
9 NO_TEST = yes
10
11 include ../../build/library.make
12