X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FSystem.Data.Entity%2FMakefile;h=b4cd81e579f8326222d05bcf4d33fdb88444d33c;hb=ff49850dfc18f5991246a203184fa1e0b8a7c7ab;hp=886cc56123b0f4c64cdd5bb3c0edcbe8e8366c4c;hpb=b8467ef0dd2fbec0cfcd5ea90844e09edc47dab4;p=mono.git diff --git a/mcs/class/System.Data.Entity/Makefile b/mcs/class/System.Data.Entity/Makefile index 886cc56123b..b4cd81e579f 100644 --- a/mcs/class/System.Data.Entity/Makefile +++ b/mcs/class/System.Data.Entity/Makefile @@ -4,10 +4,8 @@ include ../../build/rules.make LIBRARY = System.Data.Entity.dll LIB_REFS = System System.Core System.Data System.Xml System.Xml.Linq System.Transactions System.Runtime.Serialization System.ComponentModel.DataAnnotations System.Configuration -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 \ - -r:System.Runtime.Serialization.dll -r:System.ComponentModel.DataAnnotations.dll -r:System.Configuration.dll \ - -warn:2 +LIB_MCS_FLAGS = -warn:2 -RESOURCE_STRINGS = ../../../external/referencesource/System.Data.Entity/System.Data.Entity.txt +TXT_RESOURCE_STRINGS = ../../../external/referencesource/System.Data.Entity/System.Data.Entity.txt include ../../build/library.make