build: Remove System.Web

This commit is contained in:
Hylke Bons 2013-05-29 10:12:40 +01:00
parent b1c357cbd6
commit 3fc8251a9b
3 changed files with 1 additions and 4 deletions

View file

@ -52,7 +52,6 @@
<Reference Include="MonoMac">
<HintPath>..\..\..\monomac\src\MonoMac.dll</HintPath>
</Reference>
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<Compile Include="AppDelegate.cs">

View file

@ -19,7 +19,6 @@ using System;
using System.IO;
using System.Net;
using System.Text;
using System.Web;
using System.Xml;
using SparkleLib;

View file

@ -7,7 +7,6 @@ DIR_BIN = $(top_builddir)/bin
# External libraries to link against, generated from configure
LINK_SYSTEM = -r:System
LINK_SYSTEM_WEB = -r:System.Web
LINK_MONO_POSIX = -r:Mono.Posix
LINK_GLIB = $(GLIBSHARP_LIBS)
@ -25,7 +24,7 @@ REF_SPARKLELIB = $(LINK_SYSTEM) $(LINK_MONO_POSIX)
LINK_SPARKLELIB = -r:$(DIR_BIN)/SparkleLib.dll
LINK_SPARKLELIB_DEPS = $(REF_SPARKLELIB) $(LINK_SPARKLELIB)
REF_SPARKLESHARE = $(LINK_SYSTEM_WEB) $(LINK_DBUS) $(LINK_GTK) $(LINK_SPARKLELIB_DEPS) $(LINK_APP_INDICATOR)
REF_SPARKLESHARE = $(LINK_DBUS) $(LINK_GTK) $(LINK_SPARKLELIB_DEPS) $(LINK_APP_INDICATOR)
# Cute hack to replace a space with something
colon:= :