On 8/26/2010 8:57 AM, Martin Elzen wrote:
Hi everyone,
I suppose it’s a bit backwards to the way it’s usually done, but… I’d
like to know: how I can build the SVN version of Xalan on Windows with
VC 2010 in such a way that I will be using ICU for transcoding but not
for the “localization support method”? (In other words, how would I get
kind of the same result on Windows as I would when specifying –t icu and
–m inmem as options for runConfigure for Xalan 1.10 on Solaris?) Do I
need to simply convert and build the VC9 XalanICU.sln file and mess
around with it so it ignores the MsgCreator.exe and the XalanMsgLibICU
projects?
Hi Martin,
You'll find "Release with ICU" and "Debug with ICU" targets in Xalan.sln
that do exactly what you want.
Dave