Implemented overloaded versions of Parse and TryParse functions for BigInteger.
[mono.git] / mcs / build / profiles / net_3_5.make
1 # -*- makefile -*-
2
3 BOOTSTRAP_PROFILE = build
4
5 MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
6
7 # nuttzing!
8
9 profile-check:
10         @:
11
12 DEFAULT_REFERENCES = -r:mscorlib.dll
13 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_3_5 -nowarn:1699 -nostdlib -lib:$(topdir)/class/lib/$(PROFILE) -lib:$(topdir)/class/lib/net_2_0 $(DEFAULT_REFERENCES) $(PLATFORM_DEBUG_FLAGS)
14
15 FRAMEWORK_VERSION = 3.5
16
17 TEST_HARNESS = $(topdir)/class/lib/net_2_0/nunit-console.exe
18 TEST_MONO_PATH = $(topdir)/class/lib/net_2_0
19