[build] Add a new profile
[mono.git] / mcs / build / profiles / unreal.make
1 #! -*- makefile -*-
2
3 BOOTSTRAP_PROFILE = build
4
5 BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_CSC)
6 MCS = $(BOOTSTRAP_MCS)
7
8 profile-check:
9         @:
10
11 DEFAULT_REFERENCES = -r:$(topdir)/class/lib/$(PROFILE)/mscorlib.dll
12
13 PROFILE_MCS_FLAGS = \
14         -d:NET_1_1 \
15         -d:NET_2_0 \
16         -d:NET_2_1 \
17         -d:MOBILE \
18         -d:MOBILE_DYNAMIC \
19         -d:NET_3_5 \
20         -d:NET_4_0 \
21         -d:NET_4_5 \
22         -d:MONO \
23         -nowarn:1699 \
24         -nostdlib \
25         $(DEFAULT_REFERENCES) \
26         $(PLATFORM_DEBUG_FLAGS)
27
28 FRAMEWORK_VERSION = 2.1
29
30 NO_INSTALL = yes
31 MOBILE_DYNAMIC = yes
32 MOBILE_PROFILE = yes
33 NO_CONSOLE = yes