Merge pull request #980 from StephenMcConnel/bug-18638
[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_MCS_FLAGS = -r:System.dll -r:System.Core.dll -r:System.Data.dll -r:System.Xml.dll -r:System.Xml.Linq.dll -r:System.Transactions.dll \
7                                 -r:System.Runtime.Serialization.dll -r:System.ComponentModel.DataAnnotations.dll -r:System.Configuration.dll \
8                                 -warn:2
9
10 include ../../build/library.make