[CMake] Writing a Code Warrior Generator
Ken Martin
ken.martin at kitware.com
Mon Feb 12 15:08:52 EST 2007
We did try this once and as Bill said the challenge in the end was that IIRC
Code Warrior did not have an easy way to launch compiles from the command
line (as used by try_compile etc). I think folks were talking about using
some Apple Script to drive it or something like that to work around this but
it sounded a tad nasty.
Ken
Ken Martin PhD
Kitware Inc.
28 Corporate Drive
Clifton Park NY 12065
518 371 3971
-----Original Message-----
From: cmake-bounces+ken.martin=kitware.com at cmake.org
[mailto:cmake-bounces+ken.martin=kitware.com at cmake.org] On Behalf Of Bill
Hoffman
Sent: Monday, February 12, 2007 1:20 PM
To: Nicolas Debeljak
Cc: cmake at cmake.org
Subject: Re: [CMake] Writing a Code Warrior Generator
Nicolas Debeljak wrote:
> Hi,
>
> I'd like to make a project generator for Code Warrior and more
> precisely for the xml export format.
> I've already read the source code of the Visual Studio 7 Generator in
> order to do something similar but it seems to be very complex (I don't
> have enough time to understand the code and to adapt it entirely).
> Do you think it is possible to convert the Visual Studio 7 Generator
> into a Code Warrior generator just by adapting the vcproj file writing
> functions ?
No, I would start from scratch. However, I think we tried this once and
gave up. The IDE has to support command line builds and custom
commands or it will not be powerful enough to pass all the CMake
tests. I seem to remember not being able to get it working.
-Bill
_______________________________________________
CMake mailing list
CMake at cmake.org
http://www.cmake.org/mailman/listinfo/cmake
More information about the CMake
mailing list