2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.Cecil / Makefile
blobf653b9963bae345167fc9f3f2385f05691d4bee4
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_MCS_FLAGS = /r:$(corlib) /r:System.dll -keyfile:$(LIBRARY_SNK)
10 NO_TEST = yes
12 ifneq (net_2_0, $(PROFILE))
13 NO_INSTALL = yes
14 endif
16 include ../../build/library.make