Makefile 446 B

1234567891011
  1. thisdir = class/System.Data.Entity
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Data.Entity.dll
  5. LIB_REFS = System System.Core System.Data System.Xml System.Xml.Linq System.Transactions System.Runtime.Serialization System.ComponentModel.DataAnnotations System.Configuration
  6. LIB_MCS_FLAGS = -warn:2
  7. TXT_RESOURCE_STRINGS = ../../../external/referencesource/System.Data.Entity/System.Data.Entity.txt
  8. include ../../build/library.make