6992685b86
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
14 lines
432 B
Makefile
14 lines
432 B
Makefile
thisdir = class/System.ComponentModel.DataAnnotations
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.ComponentModel.DataAnnotations.dll
|
|
LIB_REFS = System System.Core System.Data System.Xml
|
|
LIB_MCS_FLAGS = -nowarn:414
|
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
|
|
|
RESOURCE_STRINGS = ../../../external/referencesource/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.txt
|
|
|
|
include ../../build/library.make
|