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