[Libreoffice-commits] .: Branch 'libreoffice-3-5' - lingucomponent/source

Caolán McNamara caolan at kemper.freedesktop.org
Thu Dec 15 03:53:47 PST 2011


 lingucomponent/source/languageguessing/exports.dxp |    1 +
 lingucomponent/source/languageguessing/makefile.mk |   10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit c8fc44a4468ad27655a778d51c8877d0f036e996
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Dec 15 11:52:42 2011 +0000

    Resolves: fdo#43422 component_getFactory is missing
    
    this is already converted to gbuild in head, so presumably visibility woes are
    gone there now.

diff --git a/lingucomponent/source/languageguessing/exports.dxp b/lingucomponent/source/languageguessing/exports.dxp
new file mode 100644
index 0000000..7003307
--- /dev/null
+++ b/lingucomponent/source/languageguessing/exports.dxp
@@ -0,0 +1 @@
+component_getFactory
diff --git a/lingucomponent/source/languageguessing/makefile.mk b/lingucomponent/source/languageguessing/makefile.mk
index 5fe1945..a99e1f4 100644
--- a/lingucomponent/source/languageguessing/makefile.mk
+++ b/lingucomponent/source/languageguessing/makefile.mk
@@ -1,4 +1,4 @@
-#*************************************************************************
+
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 # 
@@ -27,11 +27,9 @@
 
 PRJ=..$/..
 PRJNAME=lingucomponent
-
 TARGET=guesslang
-
 ENABLE_EXCEPTIONS=TRUE
-VISIBILITY_HIDDEN=TRUE
+USE_DEFFILE=TRUE
 
 #----- Settings ---------------------------------------------------------
 
@@ -72,14 +70,16 @@ SHL1STDLIBS= \
         $(UNOTOOLSLIB)
 
 # build DLL
-SHL1USE_EXPORTS = name
 SHL1LIBS=       $(SLB)$/$(TARGET).lib
 SHL1IMPLIB=     i$(TARGET)
 SHL1DEPN=       $(SHL1LIBS)
 SHL1DEF=        $(MISC)$/$(SHL1TARGET).def
 
+SHL1VERSIONMAP=$(SOLARENV)/src/component.map
+
 # build DEF file
 DEF1NAME    =$(SHL1TARGET)
+DEF1EXPORTFILE= exports.dxp
 
 # --- Targets ------------------------------------------------------
 


More information about the Libreoffice-commits mailing list