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:
Diffstat (limited to 'mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/make.sh')
-rwxr-xr-xmcs/class/System.Web/Test/mainsoft/MainsoftWebTest/make.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/make.sh b/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/make.sh
deleted file mode 100755
index f50371ebafb..00000000000
--- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/make.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-MCS_ROOT=/monobuild/mcs
-
-mcs -out:./bin/HtmlAgilityPack.dll -target:library -define:MONO HtmlAgilityPack/*.cs
-mcs -out:./bin/MainsoftWebTest.exe -r:./bin/HtmlAgilityPack.dll *.cs
-mcs -out:./bin/MainsoftWebTest.dll -target:library -define:MONO -define:NUNIT-r:$MCS_ROOT/class/lib/default/nunit.framework.dll -r:$MCS_ROOT/class/lib/default/nunit.core.dll -r:./bin/HtmlAgilityPack.dll *.cs
-cp ./almost_config.xml ./bin/
-cp ./test_catalog.xml ./bin/
-cp ./App.config ./bin/MainsoftWebTest.exe.config
-cp ./App.config ./bin/MainsoftWebTest.dll.config