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