Replace SIZEOF_REGISTER with sizeof(mgreg_t) for consistency with sizeof(gpointer)
[mono.git] / mcs / build / profiles / net_3_5.make
1 # -*- makefile -*-
2
3 INTERNAL_GMCS = $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/net_2_0/gmcs.exe
4
5 MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(topdir)/class/lib/net_2_0$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
6 # nuttzing!
7
8 profile-check:
9         @:
10
11 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_3_5
12 FRAMEWORK_VERSION = 3.5
13
14 TEST_HARNESS = $(topdir)/class/lib/net_2_0/nunit-console.exe
15 TEST_MONO_PATH = $(topdir)/class/lib/net_2_0
16