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/tools/ictool/Makefile')
-rw-r--r--mcs/tools/ictool/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/mcs/tools/ictool/Makefile b/mcs/tools/ictool/Makefile
deleted file mode 100644
index 27fae41ae61..00000000000
--- a/mcs/tools/ictool/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-CSC=csc.exe
-CSCFLAGS=/nologo /debug+ /debug:full
-
-all: ictool.exe
-
-ictool.exe: ictool.cs depgraph.cs peer.cs
- $(CSC) $(CSCFLAGS) /out:ictool.exe ictool.cs depgraph.cs peer.cs
-
-clean:
- rm -f *.exe *.pdb *.dll