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: cd722af91ee9cfe47ea236481c5d30e52da82d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
thisdir = class/System.ComponentModel.DataAnnotations
SUBDIRS =
include ../../build/rules.make

LIBRARY = System.ComponentModel.DataAnnotations.dll
LIB_MCS_FLAGS = \
                /r:System.dll \
                /r:System.Core.dll \
                /r:System.Data.dll \
                /r:System.Xml.dll \

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)

RESOURCE_STRINGS = ../../../external/referencesource/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.txt

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