2003-05-29 Nick Drochak <ndrochak@gol.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         /res:mysqlclient/Designers/command.bmp \
10         /res:mysqlclient/Designers/connection.bmp \
11         /res:mysqlclient/Designers/dataadapter.bmp
12 NO_TEST = yes
13 EXTRA_DISTFILES = ChangeLog.txt lgpl.txt readme.txt
14
15 include ../../build/library.make