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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Hoffman Sent: Monday, February 12, 2007 1:20 PM To: Nicolas Debeljak Cc: [email protected] 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 [email protected] http://www.cmake.org/mailman/listinfo/cmake _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
