2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / ByteFX.Data / Makefile
1 thisdir = class/ByteFX.Data
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 OTHER_RES = \
6         mysqlclient/Designers/command.bmp \
7         mysqlclient/Designers/connection.bmp \
8         mysqlclient/Designers/dataadapter.bmp
9
10 LIBRARY = ByteFX.Data.dll
11 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
12         /r:System.Data.dll /r:ICSharpCode.SharpZipLib.dll \
13         /r:System.Design.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll \
14         /r:Mono.Posix.dll \
15         $(OTHER_RES:%=/res:%)
16
17 NO_TEST = yes
18 EXTRA_DISTFILES = ChangeLog.txt lgpl.txt readme.txt $(OTHER_RES)
19
20 include ../../build/library.make