Handle fault messages in duplex callback channel.
[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_MCS_FLAGS = /r:$(corlib) -keyfile:$(LIBRARY_SNK) -r:System.Core.dll -d:NET_3_5
9
10 ifeq (net_4_0, $(PROFILE))
11 LIB_MCS_FLAGS += -d:NET_4_0
12 endif
13
14 NO_TEST = yes
15
16 ifneq (net_2_0, $(PROFILE))
17 NO_INSTALL = yes
18 endif
19
20 include ../../build/library.make