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: 320be4492652764a2a99210731d0dd1b0997d21f (plain)
1
2
3
4
5
6
7
8
9
10
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
NO_TEST = yes

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