CodeWarrior xml project file schema?

I am looking for a link that accurately describes the XML project file format used by CodeWarrior. I managed to find XSD files for the latest versions of Visual C ++ ( here ), can anyone point me to some equivalent for CodeWarrior?

+1


source to share


1 answer


As one of the engineers who have worked on CodeWarrior and its IDE for several years, I can tell you that there weren't any schema or XSD files generated internally. The tag names and meanings depended on a specific set of preference panels that you had for the linker and compilers that you customize in your project.



If you have a specific CW IDE configuration that you want to target, you can export the XML from that version and see the results. The export function does not skip tags, although if there are list-type controls in the pref panels, they can be omitted if there are no items in the lists.

+1


source







All Articles