Merge pull request #820 from brendanzagaeski/master
[mono.git] / mcs / build / profiles / monotouch_runtime.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_GMCS)
6 MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
7
8 # Use system resgen as we don't want local System.Windows.Forms dependency
9 RESGEN = resgen2
10
11 # nuttzing!
12
13 profile-check:
14         @:
15
16 DEFAULT_REFERENCES = -r:mscorlib.dll
17 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -d:NET_3_5 -d:NET_4_0 -d:NET_4_5 -d:MOBILE -d:MONOTOUCH -D:DISABLE_REMOTING -d:DISABLE_COM -nowarn:1699 -nostdlib -lib:$(topdir)/class/lib/$(PROFILE) $(DEFAULT_REFERENCES) $(PLATFORM_DEBUG_FLAGS)
18
19 FRAMEWORK_VERSION = 2.1
20
21 # This is utility build only
22 NO_INSTALL = yes