Normalize line endings.
[mono.git] / mcs / build / profiles / net_3_5.make
1 # -*- makefile -*-
2
3 MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(topdir)/class/lib/net_2_0$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
4 # nuttzing!
5
6 profile-check:
7         @:
8
9 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_3_5
10 FRAMEWORK_VERSION = 3.5
11
12 TEST_HARNESS = $(topdir)/class/lib/net_2_0/nunit-console.exe
13 TEST_MONO_PATH = $(topdir)/class/lib/net_2_0
14