GenericParameter.cs: override Module properly
[mcs.git] / class / Mono.C5 / Makefile
blob9b981fea78d2238dac15232e1b06e1d9deec8a26
1 thisdir = class/Mono.C5
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.C5.dll
6 LIBRARY_SNK = c5.snk
7 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll -nowarn:169
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
10 EXTRA_DISTFILES = \
11 LICENSE.txt \
12 c5.pub c5.snk c5.xml
14 include ../../build/library.make