2007-08-05 Miguel de Icaza <miguel@novell.com>
[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) /r:System.dll -keyfile:$(LIBRARY_SNK)
9
10 NO_TEST = yes
11
12 include ../../build/library.make