Re: [CMake] How to remove debug target from Makefiles

2006-03-15 Thread Christian Ehrlicher
> Von: "Alexander Neundorf" <[EMAIL PROTECTED]> > > Von: "Christian Ehrlicher" <[EMAIL PROTECTED]> > > > > Von: "Alexander Neundorf" <[EMAIL PROTECTED]> > > > Hallo Christian :-), > > > > > > > Von: "Christian Ehrlicher" <[EMAIL PROTECTED]> > > > > > > > > Hi, > > > > > > > > Is

Re: [CMake] How to remove debug target from Makefiles

2006-03-15 Thread Alexander Neundorf
> 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

Re: [CMake] How to remove debug target from Makefiles

2006-03-15 Thread Christian Ehrlicher
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 > >

Re: [CMake] How to remove debug target from Makefiles

2006-03-14 Thread Alexander Neundorf
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

[CMake] How to remove debug target from Makefiles

2006-03-14 Thread Christian Ehrlicher
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)?