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:
authorZoltan Varga <vargaz@gmail.com>2015-03-02 22:03:56 +0300
committerZoltan Varga <vargaz@gmail.com>2015-03-02 22:03:56 +0300
commit13685c2326a96543520a4820a378f2fb93cb14d0 (patch)
treef801daaf4bfeab17210d6a601b9404407f768b90 /mcs/class/System.Web.Http.WebHost
parentfa5e78a8d7bfada7141bed5b02b1072736c5614c (diff)
[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce duplication.
Diffstat (limited to 'mcs/class/System.Web.Http.WebHost')
-rw-r--r--mcs/class/System.Web.Http.WebHost/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/mcs/class/System.Web.Http.WebHost/Makefile b/mcs/class/System.Web.Http.WebHost/Makefile
index 651d19695d4..e0606bdbafb 100644
--- a/mcs/class/System.Web.Http.WebHost/Makefile
+++ b/mcs/class/System.Web.Http.WebHost/Makefile
@@ -6,17 +6,13 @@ LIBRARY = System.Web.Http.WebHost.dll
System.Web.Http.WebHost.Properties.CommonWebApiResources.resources: ../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx
$(RESGEN) "$<" "$@"
-
+
System.Web.Http.WebHost.Properties.SRResources.resources: ../../../external/aspnetwebstack/src/System.Web.Http.WebHost/Properties/SRResources.resx
$(RESGEN) "$<" "$@"
LIB_REFS = System.Core System System.Xml System.Configuration System.Net.Http System.Runtime.Serialization System.ServiceModel System.IdentityModel System.Web.Http System.Net.Http.Formatting System.Web.Routing System.Web Microsoft.Web.Infrastructure
-LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.Xml.dll -r:System.Configuration.dll -r:System.Net.Http.dll \
- -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.IdentityModel.dll \
- -r:System.Web.Http.dll -r:System.Net.Http.Formatting.dll -r:System.Web.Routing.dll -r:System.Web.dll \
- -r:Microsoft.Web.Infrastructure.dll \
- -d:ASPNETMVC -keyfile:../winfx.pub -delaysign
+LIB_MCS_FLAGS = -d:ASPNETMVC -keyfile:../winfx.pub -delaysign
include ../../build/library.make