On Aug 2, 2007, at 2:38 PM, Aditya Aggarwal wrote:
Hello,
I am using log4cxx in my application and when I do the release
build of my application it ends up depending on the following
files: msvcp60d.dll, msvcrtd.dll. When I checked the dependencies
found out these where required by log4cxxd.dll. I could not find an
option for a release build for log4cxx. And I do not want to ship
these files with my application.
Is there a way to generate log4cxx.dll for the release builds
without needing these files?
Thanks
Aditya
Add -Ddebug=false to the ant command to build a release version of
log4cxx.