Patch to make ulfex.exe link correctly.

This patch and any further contributions from me are under MPL 1.1 / GPLv3+ / 
LGPLv3+

Regards, Noel Grandin

Noel Grandin wrote:
> Thanks, it's getting further now, but still throwing the same linker error 
> when linking "ulfex.exe"
>
> -- Noel
>
> Caolán McNamara wrote:
>> On Wed, 2011-08-31 at 12:04 +0200, Noel Grandin wrote:
>>> (3) Right now I'm struggling to get past a link error in l10ntools
>>> helpmerge.obj : error LNK2019: unresolved external symbol
>>> "__declspec(dllimport) class rtl::OString __cdecl
>>> comphelper::string::getToken(class rtl::OString const &,long,char)" 
>>> Any ideas?
>> http://cgit.freedesktop.org/libreoffice/core/commit/?id=a967c049a5e6e027850fbbb40a7231ee71551c91
>> might fix this
>>
>> C.
>>
>> _______________________________________________
>> LibreOffice mailing list
>> LibreOffice@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>>

Disclaimer: http://www.peralex.com/disclaimer.html


>From 14ee3187bef8ff8cc4bd8aa2137154ee4cfe727d Mon Sep 17 00:00:00 2001
From: Noel Grandin <noelgran...@gmail.com>
Date: Wed, 31 Aug 2011 15:36:56 +0200
Subject: [PATCH][BUILD] need EXPATASCII3RDLIB for ulfex


Signed-off-by: Noel Grandin <noelgran...@gmail.com>
---
 l10ntools/source/makefile.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/l10ntools/source/makefile.mk b/l10ntools/source/makefile.mk
index 0f3dc66..dd3d2ff 100644
--- a/l10ntools/source/makefile.mk
+++ b/l10ntools/source/makefile.mk
@@ -97,6 +97,7 @@ APP3TARGET= ulfex
 APP3OBJS=   $(OBJ)$/lngmerge.obj $(OBJ)$/merge.obj $(OBJ)$/export2.obj 
$(OBJ)$/lngex.obj
 APP3RPATH=  NONE
 APP3STDLIBS+= \
+            $(EXPATASCII3RDLIB) \
             $(TOOLSLIB) \
             $(COMPHELPERLIB) \
             $(SALLIB)
-- 
1.7.5.1

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to