Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-07-25 18:35:32 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-07-25 18:47:29 +0300
commit3a71f84ccaff737b051dfe0d4ee164f758f7502d (patch)
treef3e3170ac60d5b23cacff96ef3d8a613c05a9f7a /mcs/class/System.Web/Test
parent4028c58a4c6ac61c3608c2d285aa8d0a278d9fe1 (diff)
[build] Fix a few Makefiles to correctly use net_4_x instead of net_4_5
Diffstat (limited to 'mcs/class/System.Web/Test')
-rw-r--r--mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/Makefile2
-rw-r--r--mcs/class/System.Web/Test/mainsoft/NunitWeb/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/Makefile b/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/Makefile
index 0e24b442bea..d4ec58cc12a 100644
--- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/Makefile
+++ b/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/Makefile
@@ -8,7 +8,7 @@
RUNTIME = mono
-nunit_MONO_PATH="../../../../../class/lib/net_4_5"
+nunit_MONO_PATH="../../../../../class/lib/net_4_x"
CSCOMPILE=mcs
XSPSERVER=xsp4
diff --git a/mcs/class/System.Web/Test/mainsoft/NunitWeb/Makefile b/mcs/class/System.Web/Test/mainsoft/NunitWeb/Makefile
index a0b42fd484b..b6029e3d3dd 100644
--- a/mcs/class/System.Web/Test/mainsoft/NunitWeb/Makefile
+++ b/mcs/class/System.Web/Test/mainsoft/NunitWeb/Makefile
@@ -5,7 +5,7 @@ run-test-ondotnet: Test1.dll
nunit-console Test1.dll -out:res.log
Test1.dll: NunitWeb.dll Test1/Class1.cs Makefile
- mcs -r:../../../../lib/net_4_5/nunit.framework -r:System.Web -r:NunitWeb -target:library -r:System.Drawing -out:Test1.dll Test1/Class1.cs
+ mcs -r:../../../../lib/net_4_x/nunit.framework -r:System.Web -r:NunitWeb -target:library -r:System.Drawing -out:Test1.dll Test1/Class1.cs
NunitWeb.dll: NunitWeb/Helper.cs NunitWeb/MyHandler.cs NunitWeb/MyHost.cs NunitWeb/Resources/My.master NunitWeb/Resources/MyPage.aspx NunitWeb/Resources/MyPage.aspx.cs NunitWeb/Resources/MyPageWithMaster.aspx NunitWeb/Resources/MyPageWithMaster.aspx.cs NunitWeb/Resources/Web.config NunitWeb/Resources/MyPageWithMasterInvalidPlaceHolder.aspx Makefile