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

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

LIBRARY = Mono.CSharp.dll

LIB_MCS_FLAGS = -r:System.Core.dll -r:System.Xml.dll -r:System.dll

MOBILE_STATIC := $(filter mobile_static monotouch, $(PROFILE))

ifdef MOBILE_STATIC
LIB_MCS_FLAGS += -d:IOS_REFLECTION
endif

TEST_MCS_FLAGS = -r:System.Core.dll

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