From: Marek Safar Date: Thu, 17 Feb 2011 19:28:20 +0000 (+0000) Subject: Even more 4.0 profile mcs update X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=4c1bc31c53dd7caf79b5cc6b0dc0d7dd39a1072f;p=mono.git Even more 4.0 profile mcs update --- diff --git a/mono/profiler/Makefile.am b/mono/profiler/Makefile.am index 8cb6174ceec..a5a6a7710af 100644 --- a/mono/profiler/Makefile.am +++ b/mono/profiler/Makefile.am @@ -41,10 +41,10 @@ PLOG_TESTS_SRC=test-alloc.cs test-busy.cs test-monitor.cs test-excleave.cs \ test-heapshot.cs test-traces.cs PLOG_TESTS=$(PLOG_TESTS_SRC:.cs=.exe) -with_mono_path = MONO_PATH=$(mcs_topdir)/class/lib/net_2_0 +with_mono_path = MONO_PATH=$(mcs_topdir)/class/lib/net_4_0 RUNTIME = $(with_mono_path) $(top_builddir)/runtime/mono-wrapper -MCS = $(RUNTIME) $(mcs_topdir)/class/lib/basic/mcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug +MCS = $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug %.exe: %.cs $(MCS) -out:$@ $< diff --git a/mono/tests/assemblyresolve/Makefile.am b/mono/tests/assemblyresolve/Makefile.am index bfbf6b96cc3..e1d9cbf8ad9 100644 --- a/mono/tests/assemblyresolve/Makefile.am +++ b/mono/tests/assemblyresolve/Makefile.am @@ -1,7 +1,7 @@ -with_mono_path = MONO_PATH=$(mcs_topdir)/class/lib/net_2_0 +with_mono_path = MONO_PATH=$(mcs_topdir)/class/lib/net_4_0 RUNTIME = $(with_mono_path) $(top_builddir)/runtime/mono-wrapper --debug -MCS = $(RUNTIME) $(mcs_topdir)/class/lib/basic/mcs.exe -debug:full -target:library +MCS = $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe -debug:full -target:library prereq: test/asm.dll