You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by Aditya Aggarwal <ad...@caris.com> on 2007/08/02 21:38:30 UTC

msvcp60d.dll, msvcrtd.dll in release build

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

Re: msvcp60d.dll, msvcrtd.dll in release build

Posted by Curt Arnold <ca...@apache.org>.
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.