rename net_2_1 to moonlight
[mcs.git] / build / profiles / moonlight_raw.make
blobf3aba438b8f538857c5f92b201f5a12d46d1596a
1 #! -*- makefile -*-
3 my_runtime = $(RUNTIME) $(RUNTIME_FLAGS) --security=temporary-smcs-hack
4 INTERNAL_SMCS = $(my_runtime) $(topdir)/class/lib/$(PROFILE)/smcs.exe
6 BOOTSTRAP_PROFILE = moonlight_bootstrap
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)
11 profile-check:
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
18 # the tuner takes care of the install
19 NO_INSTALL = yes