Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « Mono.Cecil.Mdb « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50357a7903d865a25d955aab0bb58912503f66da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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