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

Makefile « Mono.Cecil « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16bba0c898cfc4684cdb3020f29c23e19e70ef77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
thisdir = class/Mono.Cecil
include ../../build/rules.make

LIBRARY = Mono.Cecil.dll
LIBRARY_SNK = ../mono.snk
LIBRARY_PACKAGE = none

LIB_REFS = System.Core System
LIB_MCS_FLAGS = -keyfile:$(LIBRARY_SNK) -d:NET_4_0 /publicsign

NO_TEST = yes

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