Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-01-21 09:38:32 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2010-01-21 09:38:32 +0300
commita1d053d2287fbccd4098064ecd1754664b683105 (patch)
treef07f7386e004695c89ac5edba3e31367d2269484 /main/src/core/MonoDevelop.Ide/Makefile.am
parentfe53e39021d2c947e1bff5db1b65509b80109d04 (diff)
* MonoDevelop.Ide.Gui/HelpOperations.cs: On Mac, use open -a
MonoDoc.app $URL to open MonoDoc urls. * Makefile.am: * MonoDevelop.Ide.csproj: Ref System.Web for UrlEncode method. svn path=/trunk/monodevelop/; revision=149958
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/Makefile.am')
-rw-r--r--main/src/core/MonoDevelop.Ide/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/Makefile.am b/main/src/core/MonoDevelop.Ide/Makefile.am
index 192f4cb6fb..9aa55403c1 100644
--- a/main/src/core/MonoDevelop.Ide/Makefile.am
+++ b/main/src/core/MonoDevelop.Ide/Makefile.am
@@ -24,6 +24,7 @@ REFS = \
-r:System.Data \
-r:System.Drawing \
-r:System.Runtime.Remoting \
+ -r:System.Web \
-r:System.Web.Services \
-r:System.Xml