Kaydet (Commit) 7753bbb8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix libxml2 usage in l10ntools

Change-Id: I746af9162d5cd01e0ce0a9f469f0771d7934ba2d
üst 93d021a7
...@@ -52,6 +52,7 @@ $(eval $(call gb_Executable_add_exception_objects,transex3,\ ...@@ -52,6 +52,7 @@ $(eval $(call gb_Executable_add_exception_objects,transex3,\
$(eval $(call gb_Executable_use_externals,transex3,\ $(eval $(call gb_Executable_use_externals,transex3,\
icuuc \ icuuc \
$(if $(filter MSC,$(COM)),icuin,icui18n) \ $(if $(filter MSC,$(COM)),icuin,icui18n) \
libxml2 \
)) ))
# vim:set shiftwidth=4 softtabstop=4 expandtab: # vim:set shiftwidth=4 softtabstop=4 expandtab:
...@@ -26,7 +26,10 @@ ...@@ -26,7 +26,10 @@
#include <vector> #include <vector>
#include <signal.h> #include <signal.h>
#include <libxml/xmlexports.h> // define XMLCALL so expat.h does not redefine it
#include <expat.h> #include <expat.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include "boost/unordered_map.hpp" #include "boost/unordered_map.hpp"
......
tr l10ntools : EXPAT:expat LIBXSLT:libxslt ICU:icu sal NULL tr l10ntools : EXPAT:expat LIBXML2:libxml2 LIBXSLT:libxslt ICU:icu sal NULL
tr l10ntools usr1 - all tr_mkout NULL tr l10ntools usr1 - all tr_mkout NULL
tr l10ntools\prj nmake - all tr_prj NULL tr l10ntools\prj nmake - all tr_prj NULL
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment