[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Data.Entity / Makefile
1 thisdir = class/System.Data.Entity
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Data.Entity.dll
6 LIB_REFS = System System.Core System.Data System.Xml System.Xml.Linq System.Transactions System.Runtime.Serialization System.ComponentModel.DataAnnotations System.Configuration
7 KEYFILE = ../ecma.pub
8 LIB_MCS_FLAGS = -warn:2
9
10 TXT_RESOURCE_STRINGS = ../referencesource/System.Data.Entity/System.Data.Entity.txt
11
12 include ../../build/library.make