Fix few more warnings
[mono.git] / mcs / class / Mono.C5 / Makefile
1 thisdir = class/Mono.C5
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.C5.dll
6 LIBRARY_SNK = c5.snk
7 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll -nowarn:169,219,414,1030,3001,3005,3006
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
9
10 EXTRA_DISTFILES = \
11         LICENSE.txt \
12         c5.pub c5.snk c5.xml
13
14 include ../../build/library.make