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-02-27 02:06:21 +0300
committerZoltan Varga <vargaz@gmail.com>2015-02-27 02:06:29 +0300
commit5cf4cbde3a5d18d3a2e9d8698a2f3a5798eb3152 (patch)
tree5204270be4a722236e4efa1521a1d96888b814ad /mcs/class/System.Web.Services/Makefile
parentc38f5406a7d0de8717f5e9a86c6b55c78f9c7b15 (diff)
[bcl] Remove some net 1.0 stuff from Makefiles.
Diffstat (limited to 'mcs/class/System.Web.Services/Makefile')
-rw-r--r--mcs/class/System.Web.Services/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mcs/class/System.Web.Services/Makefile b/mcs/class/System.Web.Services/Makefile
index 2d02f958615..388e13216c8 100644
--- a/mcs/class/System.Web.Services/Makefile
+++ b/mcs/class/System.Web.Services/Makefile
@@ -28,14 +28,12 @@ LOCAL_MCS_FLAGS = -lib:$(plainweb_dir)
plainweb = $(plainweb_dir)/System.Web.dll
system_web_services_deps = $(plainweb)
-ifneq (1, $(FRAMEWORK_VERSION_MAJOR))
LIB_MCS_FLAGS += \
-r:System.Configuration.dll \
-resource:System.Web.Services.Description/wsdl-1.1.xsd,wsdl-1.1.xsd \
-resource:System.Web.Services.Description/wsdl-1.1-soap.xsd,wsdl-1.1-soap.xsd \
-resource:System.Web.Services.Description/web-reference.xsd,web-reference.xsd
endif
-endif
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618
@@ -53,4 +51,4 @@ $(the_libdir_base)$(LIBRARY): $(system_web_services_deps)
$(plainweb):
(cd ../System.Web; $(MAKE) $@)
-.NOTPARALLEL: $(plainweb) \ No newline at end of file
+.NOTPARALLEL: $(plainweb)