Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[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 LIB_MCS_FLAGS = -warn:2
8
9 TXT_RESOURCE_STRINGS = ../../../external/referencesource/System.Data.Entity/System.Data.Entity.txt
10
11 include ../../build/library.make