Makefile 432 B

12345678910111213
  1. thisdir = class/System.ComponentModel.DataAnnotations
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.ComponentModel.DataAnnotations.dll
  5. LIB_REFS = System System.Core System.Data System.Xml
  6. LIB_MCS_FLAGS = -nowarn:414
  7. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
  8. RESOURCE_STRINGS = ../../../external/referencesource/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.txt
  9. include ../../build/library.make