> Von: "Alexander Neundorf" <[EMAIL PROTECTED]>
> > Von: "Christian Ehrlicher" <[EMAIL PROTECTED]>
> >
> > Von: "Alexander Neundorf" <[EMAIL PROTECTED]>
> > > Hallo Christian :-),
> > >
> > > > Von: "Christian Ehrlicher" <[EMAIL PROTECTED]>
> > > >
> > > > Hi,
> > > >
> > > > Is
> Von: "Christian Ehrlicher" <[EMAIL PROTECTED]>
>
> Von: "Alexander Neundorf" <[EMAIL PROTECTED]>
> > Hallo Christian :-),
> >
> > > Von: "Christian Ehrlicher" <[EMAIL PROTECTED]>
> > >
> > > Hi,
> > >
> > > Is there a way to disable the debug target from the makefile/vcproj
by
Von: "Alexander Neundorf" <[EMAIL PROTECTED]>
> Hallo Christian :-),
>
> > Von: "Christian Ehrlicher" <[EMAIL PROTECTED]>
> >
> > Hi,
> >
> > Is there a way to disable the debug target from the makefile/vcproj by
> > modifiing CMakeLists.txt? I need it to avoid crashes when I link a
> >
Hallo Christian :-),
> Von: "Christian Ehrlicher" <[EMAIL PROTECTED]>
>
> Hi,
>
> Is there a way to disable the debug target from the makefile/vcproj by
> modifiing CMakeLists.txt? I need it to avoid crashes when I link a
> release executable against my debug lib (this is msvc...). Or ma
Hi,
Is there a way to disable the debug target from the makefile/vcproj by
modifiing CMakeLists.txt? I need it to avoid crashes when I link a release
executable against my debug lib (this is msvc...). Or maybe give the debug
lib a different name like Qt does (kdewin32d.dll instead kdewin32.dll)?