17 lines
337 B
Makefile
17 lines
337 B
Makefile
|
thisdir = class/Mono.Cecil.Mdb
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
LIBRARY = Mono.Cecil.Mdb.dll
|
||
|
LIBRARY_SNK = ../mono.snk
|
||
|
LIBRARY_PACKAGE = none
|
||
|
|
||
|
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Mono.Cecil.dll /d:CECIL -keyfile:$(LIBRARY_SNK)
|
||
|
|
||
|
NO_TEST = yes
|
||
|
|
||
|
ifneq (net_2_0, $(PROFILE))
|
||
|
NO_INSTALL = yes
|
||
|
endif
|
||
|
|
||
|
include ../../build/library.make
|