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/Mono.Data.MySql/makefile.gnu')
-rw-r--r--mcs/class/Mono.Data.MySql/makefile.gnu14
1 files changed, 14 insertions, 0 deletions
diff --git a/mcs/class/Mono.Data.MySql/makefile.gnu b/mcs/class/Mono.Data.MySql/makefile.gnu
new file mode 100644
index 00000000000..9ab36d3e64f
--- /dev/null
+++ b/mcs/class/Mono.Data.MySql/makefile.gnu
@@ -0,0 +1,14 @@
+topdir = ../..
+
+LIBRARY = $(topdir)/class/lib/Mono.Data.MySql.dll
+
+LIB_LIST = list
+LIB_FLAGS = -r corlib -r System -r System.Xml -r System.Data
+
+SOURCES_INCLUDE=*.cs
+SOURCES_EXCLUDE=\
+ ./Test*
+
+export MONO_PATH_PREFIX = $(topdir)/class/lib:
+
+include $(topdir)/class/library.make