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

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

LIBRARY = Mono.C5.dll
LIBRARY_SNK = c5.snk
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll

EXTRA_DISTFILES = \
	LICENSE.txt \
	c5.pub c5.snk c5.xml

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