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:
authorAtsushi Eno <atsushieno@gmail.com>2005-06-15 08:16:01 +0400
committerAtsushi Eno <atsushieno@gmail.com>2005-06-15 08:16:01 +0400
commit748cc0a457494757a1f4ea3f3189271d9f037805 (patch)
tree3722e7fc8f66aff6b42c6e42a230dfd5c990ab1f /mcs/class/Mono.Data.SybaseClient
parent24c7ad4848381b3eae59813800f4c340a7bbfc77 (diff)
oops.
svn path=/trunk/mcs/; revision=46009
Diffstat (limited to 'mcs/class/Mono.Data.SybaseClient')
-rw-r--r--mcs/class/Mono.Data.SybaseClient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.Data.SybaseClient/Makefile b/mcs/class/Mono.Data.SybaseClient/Makefile
index 0e2a99e5298..6c448a50695 100644
--- a/mcs/class/Mono.Data.SybaseClient/Makefile
+++ b/mcs/class/Mono.Data.SybaseClient/Makefile
@@ -3,7 +3,7 @@ SUBDIRS =
include ../../build/rules.make
LIBRARY = Mono.Data.SybaseClient.dll
-LIB_MCS_FLAGS = /r:System.dll /r:System.Xml.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