DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20276>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20276 Build instricutions for ICU-enabled Xalan.exe/testXSLT.exe out of date ------- Additional Comments From [EMAIL PROTECTED] 2003-06-17 15:30 ------- If it didn't produce a DLL of the same name, then it wouldn't work. This relies on the fact that the executables link with a DLL of a particular name. If the target AllInOneWithICU didn't produce a DLL with the same name as AllInOne, we would need additional targets for _all_ executables to link with the ICU-enabled DLL. The procedure is to build the AllInOne targets, then build the AllInOneWithICU targets, which yields the correct combination of an ICU-enabled DLL and executables which are linked using that DLL. This is not ideal, and is a pain during development, but I don't know of any other way to do it within the Microsoft environment.
