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:
authorJeroen Janssen <jeroen@mono-cvs.ximian.com>2002-12-11 21:32:10 +0300
committerJeroen Janssen <jeroen@mono-cvs.ximian.com>2002-12-11 21:32:10 +0300
commitae076ef0873027a5f3f1fff22ea5c97f526cda23 (patch)
treee53e81fa346a617e905568d9ac66baf717d1cfd9 /mcs/class/Mono.Directory.LDAP
parentaff2d37425e132bea90d0f497e1709d06a7aadad (diff)
2002-12-11 Jeroen Janssen <japj@darius.demon.nl>
* add reference to corlib.dll in order to eliminate [MonoTODO] build error svn path=/trunk/mcs/; revision=9571
Diffstat (limited to 'mcs/class/Mono.Directory.LDAP')
-rw-r--r--mcs/class/Mono.Directory.LDAP/ChangeLog4
-rw-r--r--mcs/class/Mono.Directory.LDAP/Mono.Directory.LDAP.build23
2 files changed, 8 insertions, 19 deletions
diff --git a/mcs/class/Mono.Directory.LDAP/ChangeLog b/mcs/class/Mono.Directory.LDAP/ChangeLog
index d3d2ea656cc..119a5f75b04 100644
--- a/mcs/class/Mono.Directory.LDAP/ChangeLog
+++ b/mcs/class/Mono.Directory.LDAP/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-11 Jeroen Janssen <japj@darius.demon.nl>
+
+ * add reference to corlib.dll in order to eliminate [MonoTODO] build error
+
2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
* added Mono.Directory.LDAP.build file \ No newline at end of file
diff --git a/mcs/class/Mono.Directory.LDAP/Mono.Directory.LDAP.build b/mcs/class/Mono.Directory.LDAP/Mono.Directory.LDAP.build
index a7bc223ca43..38ea0f2e9fc 100644
--- a/mcs/class/Mono.Directory.LDAP/Mono.Directory.LDAP.build
+++ b/mcs/class/Mono.Directory.LDAP/Mono.Directory.LDAP.build
@@ -14,28 +14,13 @@
<arg value="/nowarn:0649"/>
<arg value="/unsafe"/>
<arg value="/noconfig"/>
-<!-- TODO: check values
- <arg value="/r:System.dll"/>
- <arg value="/r:System.EnterpriseServices.dll"/>
- <arg value="/r:System.Xml.dll"/>
- <arg value="/r:System.Data.dll"/>
- <arg value="/r:../lib/Mono.Data.Tds.dll"/>
--->
+ <arg value="/lib:../lib/"/>
+ <arg value="/r:corlib.dll"/>
+
<sources>
<includes name="**/*.cs"/>
- <excludes name="Test/**"/>
-
+ <excludes name="Test/**"/>
</sources>
-<!-- TODO: check values
- <references>
- <includes name="../lib/corlib.dll"/>
- <includes name="../lib/System.dll"/>
- <includes name="../lib/System.EnterpriseServices.dll"/>
- <includes name="../lib/System.Xml.dll"/>
- <includes name="../lib/System.Data.dll"/>
- <includes name="../lib/Mono.Data.Tds.dll"/>
- </references>
--->
</csc>
</target>
<target name="test" depends="build">