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')
-rw-r--r--mcs/class/Mono.Data.SybaseClient/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/class/Mono.Data.SybaseClient/Makefile b/mcs/class/Mono.Data.SybaseClient/Makefile
new file mode 100644
index 00000000000..6c448a50695
--- /dev/null
+++ b/mcs/class/Mono.Data.SybaseClient/Makefile
@@ -0,0 +1,11 @@
+thisdir = class/Mono.Data.SybaseClient
+SUBDIRS =
+include ../../build/rules.make
+
+LIBRARY = Mono.Data.SybaseClient.dll
+LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
+ /r:System.EnterpriseServices.dll /r:System.Data.dll \
+ /r:Mono.Data.Tds.dll
+NO_TEST = yes
+
+include ../../build/library.make