Merge pull request #2802 from BrzVlad/feature-evacuation-opt2
[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_REFS = System
8 LIB_MCS_FLAGS = -nowarn:169,219,414,1030,3001,3005,3006
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
10
11 EXTRA_DISTFILES = \
12         LICENSE.txt \
13         c5.pub c5.snk c5.xml
14
15 NO_INSTALL = yes
16
17 include ../../build/library.make