[Libreoffice-commits] .: Branch 'libreoffice-3-6' - mysqlc/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Fri Jun 29 00:42:48 PDT 2012
mysqlc/source/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a64ea3c1ab202f5941f1bbe803f8673ec81a221f
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Fri Jun 29 09:38:16 2012 +0200
Export the UNO symbols from mysqlc.uno.dll
Change-Id: I528acab43cad3abc88d1a20f0f19f42d652262dd
Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>
diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk
index 8f8eb40..c36e836 100644
--- a/mysqlc/source/makefile.mk
+++ b/mysqlc/source/makefile.mk
@@ -164,11 +164,11 @@ SHL1STDLIBS= \
$(SALHELPERLIB) \
$(CPPUHELPERLIB)
-SHL1USE_EXPORTS = name
SHL1LIBS= $(LIB1TARGET)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
SHL1RPATH=OXT
DEF1NAME= $(SHL1TARGET)
+DEF1EXPORTFILE= exports.dxp
# create Extension -----------------------------
More information about the Libreoffice-commits
mailing list