Add
authorMiguel de Icaza <miguel@gnome.org>
Mon, 9 Dec 2002 03:16:57 +0000 (03:16 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 9 Dec 2002 03:16:57 +0000 (03:16 -0000)
svn path=/trunk/mcs/; revision=9466

mcs/class/Cscompmgd/makefile.gnu [new file with mode: 0644]

diff --git a/mcs/class/Cscompmgd/makefile.gnu b/mcs/class/Cscompmgd/makefile.gnu
new file mode 100644 (file)
index 0000000..ba44c95
--- /dev/null
@@ -0,0 +1,15 @@
+topdir = ../..
+
+TEST_DIR= Test
+LIBRARY = $(topdir)/class/lib/Cscompmgd.dll
+
+LIB_LIST = list.unix
+LIB_FLAGS = -r corlib -r System
+
+SOURCES_INCLUDE=*.cs
+SOURCES_EXCLUDE=\
+       ./Test* 
+
+export MONO_PATH_PREFIX = $(topdir)/class/lib:
+
+include $(topdir)/class/library.make