[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / Mono.Cecil.Mdb / Makefile
blob70c759c1dab476f0ef70911f277f800221112e34
1 thisdir = class/Mono.Cecil.Mdb
2 include ../../build/rules.make
4 LIBRARY = Mono.Cecil.Mdb.dll
5 LIBRARY_SNK = ../mono.snk
6 LIBRARY_PACKAGE = none
8 LIB_REFS = System Mono.Cecil
9 LIB_MCS_FLAGS = /r:$(corlib) /d:CECIL -keyfile:$(LIBRARY_SNK)
11 NO_TEST = yes
12 NO_INSTALL = yes
14 include ../../build/library.make