Welcome to mirror list, hosted at ThFree Co, Russian Federation.

moonlight_raw.make « profiles « build « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b98ae1204ffe6c5ee03ed2de3960c9a28edf046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! -*- makefile -*-

BOOTSTRAP_PROFILE = build

BOOTSTRAP_MCS = mcs
MCS = $(BOOTSTRAP_MCS)

profile-check:
	@:

DEFAULT_REFERENCES = -r:mscorlib.dll
PROFILE_MCS_FLAGS = -lib:$(topdir)/class/lib/moonlight_raw -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -d:MOONLIGHT -d:SILVERLIGHT -nowarn:1699 -nostdlib -lib:$(topdir)/class/lib/$(PROFILE) $(DEFAULT_REFERENCES)
SN = sn
FRAMEWORK_VERSION = 2.1
NO_TEST = yes

# the tuner takes care of the install
NO_INSTALL = yes