e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
15 lines
298 B
Makefile
15 lines
298 B
Makefile
thisdir = class/Mono.Cecil.Mdb
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = Mono.Cecil.Mdb.dll
|
|
LIBRARY_SNK = ../mono.snk
|
|
LIBRARY_PACKAGE = none
|
|
|
|
LIB_REFS = System Mono.Cecil
|
|
LIB_MCS_FLAGS = /d:CECIL -keyfile:$(LIBRARY_SNK) -publicsign
|
|
|
|
NO_TEST = yes
|
|
NO_INSTALL = yes
|
|
|
|
include ../../build/library.make
|