51763f3c3afc791d4d3485c067546141449df761
[mono.git] / mcs / build / profiles / default.make
1 # -*- Makefile -*-
2 #
3 # The default profile.
4
5 # In this profile we compile everything relative to the already-installed
6 # runtime, so we use the bootstrap (external) compiler for everything and
7 # don't set MONO_PATH.
8
9 MCS = $(BOOTSTRAP_MCS)
10
11 # Causes some build errors
12 #PROFILE_MCS_FLAGS = /d:NET_1_1
13
14 # Exciting, no?