966bba02bb
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
14 lines
276 B
Makefile
14 lines
276 B
Makefile
thisdir = class/Mono.Cecil
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = Mono.Cecil.dll
|
|
LIBRARY_SNK = ../mono.snk
|
|
LIBRARY_PACKAGE = none
|
|
|
|
LIB_REFS = System.Core System
|
|
LIB_MCS_FLAGS = -keyfile:$(LIBRARY_SNK) -d:NET_4_0 /publicsign
|
|
|
|
NO_TEST = yes
|
|
|
|
include ../../build/library.make
|