summaryrefslogtreecommitdiffstats
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-24 22:05:01 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-24 22:05:01 +0200
commit4901a28271ad83a2af6e970e9ba170eb0004c66c (patch)
tree2944aa99143d1eb1a1941e3ba104cb1ca3fa2e5a /RepositoryExternal.mk
parentlibwpd: Apple gcc gives spurious warnings in <list>, disable werror (diff)
downloadcore-4901a28271ad83a2af6e970e9ba170eb0004c66c.tar.gz
core-4901a28271ad83a2af6e970e9ba170eb0004c66c.zip
libwpd: rename library on deliver to have only one MSVC special case
Change-Id: I3d0f899b5c8e8605d1cfd3a7d717da999f0f2350
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 1c030fd225d0..1f22af9ea7fb 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1020,21 +1020,6 @@ endef
else # !SYSTEM_LIBWPD
-ifeq ($(OS)$(COM),WNTMSC)
-
-$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
- libwpd-0.9 \
-))
-
-define gb_LinkTarget__use_wpd
-$(call gb_LinkTarget_use_static_libraries,$(1),\
- libwpd-0.9 \
-)
-
-endef
-
-else # !WNTMSC
-
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
wpd-0.9 \
))
@@ -1046,8 +1031,6 @@ $(call gb_LinkTarget_use_static_libraries,$(1),\
endef
-endif # WNTMSC
-
endif # SYSTEM_LIBWPD