[Libreoffice-commits] .: RepositoryFixes.mk

David Tardon dtardon at kemper.freedesktop.org
Thu Sep 15 01:14:27 PDT 2011


 RepositoryFixes.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8081794d91884f471494a0bbf41e69f5ec80e247
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Sep 15 10:10:28 2011 +0200

    use correct static lib. name for windows

diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index fed52cd..8c907d8 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -55,7 +55,7 @@ gb_Library_FILENAMES := $(patsubst tl:itl%,tl:itools%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst vbahelper:ivbahelper%,vbahelper:vbahelper%,$(gb_Library_FILENAMES))
 
 gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dll%,$(gb_StaticLibrary_FILENAMES))
-gb_StaticLibrary_FILENAMES := $(subst salmain:libsalmain.a,salmain:salmain.obj,$(gb_StaticLibrary_FILENAMES))
+gb_StaticLibrary_FILENAMES := $(subst salmain:salmain.lib,salmain:salmain.obj,$(gb_StaticLibrary_FILENAMES))
 
 ifeq ($(COM),GCC)
 gb_Library_FILENAMES := $(patsubst crypto:icrypto%,crypto:crypto%,$(gb_Library_FILENAMES))


More information about the Libreoffice-commits mailing list