[sgen] Fix logging of major heap size with concurrent sweep
[mono.git] / mcs / class / Mono.Data.Tds / Makefile
1 thisdir = class/Mono.Data.Tds
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Data.Tds.dll
6 LIB_REFS = System System.Xml Mono.Security
7 LIB_MCS_FLAGS = /r:$(corlib)
8
9 TEST_MCS_FLAGS = /r:System.dll /r:System.Net.dll 
10
11 include ../../build/library.make