Merge pull request #1412 from esdrubal/stackframe
[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:MONO \
22         -d:DISABLE_CAS_USE  \
23         -d:MOBILE \
24         -d:MOBILE_DYNAMIC \
25         -d:XAMMAC \
26         -nowarn:1699 \
27         -nostdlib \
28         -lib:$(topdir)/class/lib/$(PROFILE) \
29         $(DEFAULT_REFERENCES) \
30         $(PLATFORM_DEBUG_FLAGS)
31
32 FRAMEWORK_VERSION = 2.1
33 NO_TEST = yes
34 NO_INSTALL = yes