2004-12-03 Marek Safar <marek.safar@seznam.cz>
[mono.git] / mcs / class / Mono.Data / Makefile
1 thisdir = class/Mono.Data
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Data.dll
6 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
7     /r:System.Data.dll
8 NO_TEST = yes
9
10 include ../../build/library.make