Merge pull request #1304 from slluis/mac-proxy-autoconfig
[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_MCS_FLAGS = -r:System.Core.dll -r:System.Xml.dll -r:System.dll
8
9 MOBILE_STATIC := $(filter mobile_static monotouch, $(PROFILE))
10
11 ifdef MOBILE_STATIC
12 LIB_MCS_FLAGS += -d:IOS_REFLECTION
13 endif
14
15 TEST_MCS_FLAGS = -r:System.Core.dll
16
17 include ../../build/library.make
18