2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/Mono.Cecil
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = Mono.Cecil.dll
|
|
|
|
LIBRARY_SNK = ../mono.snk
|
|
|
|
LIBRARY_PACKAGE = none
|
|
|
|
|
2017-06-07 13:16:24 +00:00
|
|
|
LIB_REFS = System.Core System
|
2016-11-10 13:04:39 +00:00
|
|
|
LIB_MCS_FLAGS = -keyfile:$(LIBRARY_SNK) -d:NET_4_0 /publicsign
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
NO_TEST = yes
|
|
|
|
|
|
|
|
include ../../build/library.make
|