94b2861243
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
15 lines
309 B
Makefile
15 lines
309 B
Makefile
thisdir = class/legacy/Mono.Cecil
|
|
include ../../../build/rules.make
|
|
|
|
LIBRARY = Mono.Cecil.dll
|
|
LIBRARY_SNK = ../../mono.snk
|
|
LIBRARY_PACKAGE = none
|
|
LIBRARY_SUBDIR = legacy
|
|
|
|
LIB_REFS = System.Core
|
|
LIB_MCS_FLAGS = -keyfile:$(LIBRARY_SNK) -d:NET_3_5 /publicsign
|
|
|
|
NO_TEST = yes
|
|
|
|
include ../../../build/library.make
|