AW: [Cmake] CMake-1.4.5: intermediate files directory (Borland Makefiles)

Stefan Kowski stefan.kowski at parks-informatik.de
Tue Oct 22 09:48:14 EDT 2002


Is this because of a limitation in the Borland tools in general, i.e. is it
not possible to separate debug and release intermediate files (I think I
read something like that in the archives)?

Stefan

> -----Ursprüngliche Nachricht-----
> Von: Bill Hoffman [mailto:bill.hoffman at kitware.com]
> Gesendet: Dienstag, 22. Oktober 2002 15:26
> An: Stefan Kowski; cmake at public.kitware.com
> Betreff: Re: [Cmake] CMake-1.4.5: intermediate files directory (Borland
> Makefiles)
>
>
> It is not possible to create the directories like that for the
> borland makefiles.
> However, you can do an out of source build, one for each type of build.
> So, if you have a project like this:
> project           - source directory
> project-debug     - build tree for debug version of project
> project-release   - build tree for release version of project
>
>
> You run cmake once for project-debug and once for project-release
>
> -Bill




More information about the CMake mailing list