Even more 4.0 profile mcs update
authorMarek Safar <marek.safar@gmail.com>
Thu, 17 Feb 2011 19:28:20 +0000 (19:28 +0000)
committerMarek Safar <marek.safar@gmail.com>
Thu, 17 Feb 2011 19:28:20 +0000 (19:28 +0000)
mono/profiler/Makefile.am
mono/tests/assemblyresolve/Makefile.am

index 8cb6174ceecde72dcda50d68ac538b4f8ce1e82c..a5a6a7710af04bf612dafba00acde8ef2eec71d8 100644 (file)
@@ -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:$@ $<
index bfbf6b96cc3496bfa4ad088a94df93c792c180cf..e1d9cbf8ad991e18cee0d8a156da95db90e4a998 100644 (file)
@@ -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