Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Is the Binary Parser a project or build property

The binary parser it a project type (Standard make, managed, QNX, etc.) dependent attribute, and as such, is the responsibility of the project to set it, for standard make projects since nothing is known about the binary built, the user is given control of it, for QNX project since the binary type is known then the QNX project will just set it/ If managed projects know what the binary output is, based on say the compiler, then it could set it for the user
as the compiler changes...?

Does this sound reasonable.

Dave.

Sean Evoy wrote:

Hi All,
Just a quick question about the reorganized C/C++Make Project and C/C++ Project property pages. I noticed that the Binary parser selector is now located on the C/C++ Make Project property page. I would have thought that the use of the binary parser was independent of the build system being used, and so would remain on the C/C++Project property page. I'm sure users of the managed build system will still want to switch the parser they are using. If we can't put the binary parser selector tab back on the project property page for a technical reason, I will add it to my own managed build property page.

Sean Evoy
Rational Software - IBM Software Group
Ottawa, Ontario, Canada

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top