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

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

LIBRARY = SMDiagnostics.dll
LIB_REFS = System System.Core System.Xml System.ServiceModel.Internals
LIB_MCS_FLAGS =
ifneq (2.1, $(FRAMEWORK_VERSION))
	LIB_REFS += System.Configuration
else
	LIB_MCS_FLAGS += -d:NO_CONFIGURATION
endif

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)

EXTRA_DISTFILES = 

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