[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / WebMatrix.Data / Makefile
blob476d3be7c22a21f834b329fd99a54215c312f005
1 thisdir = class/WebMatrix.Data
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = WebMatrix.Data.dll
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
11 include ../../build/library.make