svn path=/branches/mono-1-1-9/mcs/; revision=51206
[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         /codepage:28591 \
16         $(OTHER_RES:%=/res:%)
17
18 NO_TEST = yes
19 EXTRA_DISTFILES = ChangeLog.txt lgpl.txt readme.txt $(OTHER_RES)
20
21 include ../../build/library.make