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.Drawing/Test/DrawingTest/DrawingTestHelper/Makefile')
-rw-r--r--mcs/class/System.Drawing/Test/DrawingTest/DrawingTestHelper/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/mcs/class/System.Drawing/Test/DrawingTest/DrawingTestHelper/Makefile b/mcs/class/System.Drawing/Test/DrawingTest/DrawingTestHelper/Makefile
deleted file mode 100644
index dd4551c6398..00000000000
--- a/mcs/class/System.Drawing/Test/DrawingTest/DrawingTestHelper/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-MCS=mcs
-sources=AssemblyInfo.cs DrawingTest.cs
-EXOCORTEX=Exocortex.DSP.dll
-
-DrawingTestHelper.dll: $(sources) $(EXOCORTEX)
- $(MCS) -t:library $(sources) -r:System.Windows.Forms -r:System.Drawing -r:$(EXOCORTEX) -r:nunit.framework -out:DrawingTestHelper.dll
-
-$(EXOCORTEX):
- cd ../Exocortex.DSP/ && make
- cp ../Exocortex.DSP/*.dll .