Merge pull request #901 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / build / profiles / xammac.make
1 BOOTSTRAP_PROFILE = build
2
3 BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
4 MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
5
6 # Use system resgen as we don't want local System.Windows.Forms dependency
7 RESGEN = resgen2
8
9 profile-check:
10         @:
11
12 DEFAULT_REFERENCES = -r:mscorlib.dll
13
14 PROFILE_MCS_FLAGS = \
15         -d:NET_1_1 \
16         -d:NET_2_0 \
17         -d:NET_2_1 \
18         -d:NET_3_5 \
19         -d:NET_4_0 \
20         -d:NET_4_5 \
21         -d:MOBILE \
22         -d:MOBILE_DYNAMIC \
23         -d:XAMMAC \
24         -nowarn:1699 \
25         -nostdlib \
26         -lib:$(topdir)/class/lib/$(PROFILE) \
27         $(DEFAULT_REFERENCES) \
28         $(PLATFORM_DEBUG_FLAGS)
29
30 FRAMEWORK_VERSION = 2.1
31 NO_TEST = yes
32 NO_INSTALL = yes