e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
14 lines
269 B
Makefile
14 lines
269 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
|
|
LIB_MCS_FLAGS = -keyfile:$(LIBRARY_SNK) -d:NET_3_5 /publicsign
|
|
|
|
NO_TEST = yes
|
|
|
|
include ../../build/library.make
|