summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-04-11 14:02:22 +0000
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 11:11:47 +0200
commited2ee34743f975225655576197cf6569bb138d71 (patch)
treed6edb5a6dbcd2fa2e9a9641acaad80643bbde282 /RepositoryFixes.mk
parent95e0b6adbffe4edcbc0de255c4c9e41d52ab81b4 (diff)
gnumake4: merge DEV300_m106 [hg:5102137bfe1e]
Diffstat (limited to 'RepositoryFixes.mk')
-rwxr-xr-xRepositoryFixes.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index fa3eb27efaa7..b23b4ff736cf 100755
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -102,9 +102,7 @@ endif
# these are libraries built by OOo, but only a few of them
# all other libraries built by OOo and all platform libraries (exceptions see below) are used without an import library
# we link against their dlls in gcc format directly
-gb_Library_NOILIBFILENAMES:=\
- icuuc \
- uwinapi \
+gb_Library_NOILIBFILENAMES:= graphite_dll icule icuuc
gb_Library_FILENAMES := $(filter-out $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):%),$(gb_Library_FILENAMES))
gb_Library_FILENAMES += $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):$(lib)$(gb_Library_PLAINEXT))