forgot one entry
[mcs.git] / class / Mono.Data.TdsClient / Makefile
blobd41717bedecd73feee76560629ee23e1cbf71fd5
1 thisdir = class/Mono.Data.TdsClient
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.Data.TdsClient.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
11 include ../../build/library.make