summaryrefslogtreecommitdiff
path: root/mcs/class/Facades/System.ComponentModel.Annotations/Makefile
blob: 2d9f7b1b404d15e44174dca3f568358411f85194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
thisdir = class/Facades/System.ComponentModel.Annotations
SUBDIRS = 
include ../../../build/rules.make

LIBRARY_SUBDIR = Facades
LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades

LIBRARY = System.ComponentModel.Annotations.dll
LIB_MCS_FLAGS = /r:System.ComponentModel.DataAnnotations

PLATFORM_DEBUG_FLAGS =

NO_TEST = yes

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