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

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

ifndef NO_MULTIPLE_APPDOMAINS
REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_MULTIPLE_APPDOMAINS
endif

LIBRARY = System.ServiceModel.Internals.dll
LIB_REFS = System System.Core System.Xml
LIB_MCS_FLAGS = /unsafe $(REFERENCE_SOURCES_FLAGS)

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)

EXTRA_DISTFILES = 

NO_TEST = yes

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