[bcl] Specify the name of the key file on the command line instead of using the Assem...
[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 KEYFILE = ../mono.pub
9 LIB_MCS_FLAGS =
10 TEST_MCS_FLAGS =
11 TEST_LIB_REFS = System System.Core System.Data Mono.Data.Sqlite Microsoft.CSharp
12
13 include ../../build/library.make