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:
authorMartin Baulig <martin@novell.com>2004-11-12 23:13:07 +0300
committerMartin Baulig <martin@novell.com>2004-11-12 23:13:07 +0300
commitf422c01dc4a8025b03e19bdc1100a4869834cfbf (patch)
tree612b617e665f556870dc5657d13f7d7187a0c19e /mcs/class/Mono.C5
parentaad0b5caf6046192a367db62b94cd62dbfcbf970 (diff)
Added a Makefile.
svn path=/trunk/mcs/; revision=36068
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/class/Mono.C5/Makefile b/mcs/class/Mono.C5/Makefile
new file mode 100644
index 00000000000..320be449265
--- /dev/null
+++ b/mcs/class/Mono.C5/Makefile
@@ -0,0 +1,10 @@
+thisdir = class/Mono.C5
+SUBDIRS =
+include ../../build/rules.make
+
+LIBRARY = Mono.C5.dll
+LIBRARY_SNK = c5.snk
+LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
+NO_TEST = yes
+
+include ../../build/library.make