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: b245fbf4bf53a7a4faac00be6fc6c46459e37df8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
NO_INSTALL = yes

include ../../build/library.make