Merge pull request #2780 from alexanderkyte/seq_point_optimize
[mono.git] / mcs / class / legacy / Mono.Cecil / Makefile
1 thisdir = class/legacy/Mono.Cecil
2 include ../../../build/rules.make
3
4 LIBRARY = Mono.Cecil.dll
5 LIBRARY_SNK = ../../mono.snk
6 LIBRARY_PACKAGE = none
7 LIBRARY_SUBDIR = legacy
8
9 LIB_REFS = System.Core
10 LIB_MCS_FLAGS = -keyfile:$(LIBRARY_SNK) -d:NET_3_5 /publicsign
11
12 NO_TEST = yes
13
14 include ../../../build/library.make