summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-15 11:52:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-15 11:52:42 +0000
commitc8fc44a4468ad27655a778d51c8877d0f036e996 (patch)
treee98d6c723a415425f426f1be7af330e0b23094fd
parent7890b2647bb5de4fa6ab086fa2ba69fd71fda457 (diff)
Resolves: fdo#43422 component_getFactory is missing
this is already converted to gbuild in head, so presumably visibility woes are gone there now.
-rw-r--r--lingucomponent/source/languageguessing/exports.dxp1
-rw-r--r--lingucomponent/source/languageguessing/makefile.mk10
2 files changed, 6 insertions, 5 deletions
diff --git a/lingucomponent/source/languageguessing/exports.dxp b/lingucomponent/source/languageguessing/exports.dxp
new file mode 100644
index 000000000000..70033078921a
--- /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 5fe1945ed60d..a99e1f474ec6 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 ------------------------------------------------------