Steven Belbin wrote:
I would like to know if anyone has modified the Xalanc sources (release
1.1.0) as well as the Win32 associated projects in order to be able to
build a static library of the Xalanc components.
At first I modified a few header files in order to not to compile the
source files as a DLL, that went relatively smoothly
However, the Localization project with all of its internal makefiles
(XalanMsgLib.mak, MsgCreator.mak and BuildMessage.mak) renders the task
more difficult than it should be. For instance, I do not need for the
MsgCreator.mak to be statically built, therefore a regular Debug build
would be sufficient, however since header files are moved into
intermediary directories renders the process more difficult.
My question, is that has anyone done this.
I've never tried it. The only thing you would need to do would be to
modify the final stage that builds the messages DLL and build a static
library instead.
Note that the current Subversion has MSVS2005 projects instead of the
external Makefiles. You might have better luck by starting with them, or
just retrofitting those changes into the 1.10 solution.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]