2003-11-12 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
[mono.git] / mcs / class / Mono.Data.SybaseClient / Makefile
1 thisdir = class/Mono.Data.SybaseClient
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Data.SybaseClient.dll
6 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
7         /r:System.EnterpriseServices.dll /r:System.Data.dll \
8         /r:Mono.Data.Tds.dll
9 NO_TEST = yes
10
11 include ../../build/library.make