Merge pull request #1606 from alexanderkyte/debug-finalizers
[mono.git] / mcs / class / Mono.CSharp / Makefile
1 thisdir = class/Mono.CSharp
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.CSharp.dll
6
7 LIB_REFS = System.Core System.Xml System
8 LIB_MCS_FLAGS =
9
10 MOBILE_STATIC := $(filter mobile_static monotouch, $(PROFILE))
11
12 ifdef MOBILE_STATIC
13 LIB_MCS_FLAGS += -d:IOS_REFLECTION
14 endif
15
16 TEST_MCS_FLAGS = -r:System.Core.dll
17
18 include ../../build/library.make
19