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

Makefile « System.Design « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ff4c5e8c4f088a84c2abc92ebdf2792f195c227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
thisdir = class/System.Design
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Design.dll

LIB_REFS = System System.Xml plainweb/System.Web System.Windows.Forms System.Drawing Accessibility System.Data System.Configuration
KEYFILE = ../msfinal.pub
LIB_MCS_FLAGS = -nowarn:436 -nowarn:612,618,649,67,672

TEST_LIB_REFS = System System.Drawing System.Windows.Forms
TEST_MCS_FLAGS =

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

ifneq (plaindesign/,$(intermediate))
csproj-local:
	$(MAKE) csproj-local intermediate=plaindesign/

$(the_libdir_base)plaindesign/System.Design.dll:
	$(MAKE) intermediate=plaindesign/ $(the_libdir_base)plaindesign/System.Design.dll

endif