2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / ByteFX.Data / Makefile
1 thisdir = class/ByteFX.Data
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = ByteFX.Data.dll
6 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
7         /r:System.Data.dll /r:ICSharpCode.SharpZipLib.dll \
8         /r:System.Design.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll \
9         /r:Mono.Posix.dll \
10         /res:mysqlclient/Designers/command.bmp \
11         /res:mysqlclient/Designers/connection.bmp \
12         /res:mysqlclient/Designers/dataadapter.bmp
13 NO_TEST = yes
14 EXTRA_DISTFILES = ChangeLog.txt lgpl.txt readme.txt
15
16 include ../../build/library.make