New tests.
[mono.git] / mcs / build / profiles / moonlight.make
1 #! -*- makefile -*-
2
3 my_runtime = $(RUNTIME) $(RUNTIME_FLAGS) --security=temporary-smcs-hack
4 INTERNAL_SMCS = $(my_runtime) $(topdir)/class/lib/$(PROFILE)/smcs.exe
5
6 BOOTSTRAP_PROFILE = moonlight_bootstrap
7
8 BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(my_runtime) $(topdir)/class/lib/$(BOOTSTRAP_PROFILE)/smcs.exe
9 MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_SMCS)
10
11 profile-check:
12         @:
13
14 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -d:MOONLIGHT
15 FRAMEWORK_VERSION = 2.1
16 NO_TEST = yes
17
18 # the tuner takes care of the install
19 NO_INSTALL = yes