[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / Mono.Cecil / Makefile
1 thisdir = class/Mono.Cecil
2 include ../../build/rules.make
3
4 LIBRARY = Mono.Cecil.dll
5 LIBRARY_SNK = ../mono.snk
6 LIBRARY_PACKAGE = none
7
8 LIB_REFS = System.Core
9 LIB_MCS_FLAGS = -keyfile:$(LIBRARY_SNK) -d:NET_3_5 /publicsign
10
11 NO_TEST = yes
12
13 include ../../build/library.make