[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Data.DataSetExtensions / Makefile
1 thisdir = class/System.Data.DataSetExtensions
2 SUBDIRS = Test
3 include ../../build/rules.make
4
5 LIBRARY = System.Data.DataSetExtensions.dll
6
7 TXT_RESOURCE_STRINGS = ../referencesource/System.Data.DataSetExtensions/System.Data.DataSetExtensions.txt
8
9 LIB_REFS = System.Core System System.Data System.Xml
10 KEYFILE = ../ecma.pub
11 LIB_MCS_FLAGS = -nowarn:436
12
13 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -doc:$(test_lib:.dll=.xml)  -nowarn:219 -nowarn:169 $(NUNIT_RESOURCE_FILES:%=/resource:%)
14
15 EXTRA_DISTFILES = $(RESOURCE_FILES) \
16         Test/System.Data/testdataset1.xml
17
18 include ../../build/library.make
19