[corlib] CoreRT System.Threading.Tasks (#6672)
[mono-project.git] / mcs / class / Mono.Cecil / Makefile
blob16bba0c898cfc4684cdb3020f29c23e19e70ef77
1 thisdir = class/Mono.Cecil
2 include ../../build/rules.make
4 LIBRARY = Mono.Cecil.dll
5 LIBRARY_SNK = ../mono.snk
6 LIBRARY_PACKAGE = none
8 LIB_REFS = System.Core System
9 LIB_MCS_FLAGS = -keyfile:$(LIBRARY_SNK) -d:NET_4_0 /publicsign
11 NO_TEST = yes
13 include ../../build/library.make