2009-11-02 Jb Evain <jbevain@novell.com>
[mcs.git] / class / ByteFX.Data / Makefile
blob706c32e5c42f5417a8dc8a5f2efd09b545301794
1 thisdir = class/ByteFX.Data
2 SUBDIRS =
3 include ../../build/rules.make
5 OTHER_RES = \
6 mysqlclient/Designers/command.bmp \
7 mysqlclient/Designers/connection.bmp \
8 mysqlclient/Designers/dataadapter.bmp
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:%)
17 NO_TEST = yes
18 EXTRA_DISTFILES = ChangeLog.txt lgpl.txt readme.txt $(OTHER_RES)
20 include ../../build/library.make