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/nant/makefile')
-rwxr-xr-xmcs/nant/makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/mcs/nant/makefile b/mcs/nant/makefile
deleted file mode 100755
index f0cced7a91c..00000000000
--- a/mcs/nant/makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-all: nant.exe
-linux: nant.exe
-windows: nant.exe
-
-nant.exe: NAnt.exe
- -cp NAnt.exe nant.exe
-
-NAnt.exe: makefile src/*.cs src/Attributes/*.cs src/Tasks/*.cs src/Util/*.cs
- csc /out:NAnt.exe /recurse:*.cs
-
-NAnt_mono.exe: makefile
- csc /out:NAnt_mono.exe /nostdlib /noconfig /recurse:*.cs /lib:../class/lib /r:corlib.dll /r:System.Xml.dll /r:System.dll /nowarn:1595
-
-clean:
- rm -f NAnt_mono.exe \ No newline at end of file