diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@oracle.com> | 2011-04-04 11:40:41 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 13:26:42 +0200 |
commit | 2eccffac60ee10c3507bda71b214f0393bac648f (patch) | |
tree | 9cb7330cb7f0dc0257802997f799f208fd82e344 /RepositoryFixes.mk | |
parent | ed2ee34743f975225655576197cf6569bb138d71 (diff) |
ooo34gsl01: #i117680# fixup graphite_dll as static library [hg:859f1dffdb89]
Diffstat (limited to 'RepositoryFixes.mk')
-rwxr-xr-x | RepositoryFixes.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index b23b4ff736cf..3132ece0c1ce 100755 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -144,6 +144,7 @@ gb_Library_FILENAMES := $(patsubst vos3:ivos3%,vos3:ivos%,$(gb_Library_FILENAMES gb_Library_FILENAMES := $(patsubst xml2:ixml2%,xml2:libxml2%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst xslt:ixslt%,xslt:libxslt%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst rdf:irdf%,rdf:librdf%,$(gb_Library_FILENAMES)) +gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dll%,$(gb_StaticLibrary_FILENAMES)) ifeq ($(gb_PRODUCT),$(true)) gb_Library_FILENAMES := $(patsubst stl:istl%,stl:stlport_vc71%,$(gb_Library_FILENAMES)) else @@ -152,8 +153,7 @@ endif # change the names of all import libraries that don't have an "i" prefix as in our standard naming schema gb_Library_NOILIBFILENAMES := $(gb_Library_PLAINLIBS_NONE) -gb_Library_NOILIBFILENAMES += icuuc - graphite_dll \ +gb_Library_NOILIBFILENAMES += icuuc \ icule \ imm32\ msimg32 \ |