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

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

LIBRARY = Mono.CompilerServices.SymbolWriter.dll
LIB_REFS = System
KEYFILE = ../mono.pub
LIB_MCS_FLAGS =

NO_TEST = yes

LIBRARY_COMPILE = $(BOOT_COMPILE)

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