Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.ComponentModel.DataAnnotations « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53519907a9c81fe758911f3b815d13972109d04b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
thisdir = class/System.ComponentModel.DataAnnotations
SUBDIRS =
include ../../build/rules.make

LIBRARY = System.ComponentModel.DataAnnotations.dll
LIB_REFS = System System.Core System.Data System.Xml
KEYFILE = ../winfx.pub
LIB_MCS_FLAGS = -nowarn:414

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)

TXT_RESOURCE_STRINGS = ../referencesource/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.txt

include ../../build/library.make