Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] where to store additional project properties

Hi.

I've implemented some additional project settings (target cpu etc...) that don't logically belong into "c/c++ build".

All seemed to be fine, until I noticed that these project properties are stored somewhere deep inside workspace directory. This way users don't really find them being part of their project, and if they export project (for example, just save project directory) these settings get lost.

What mechanism do rest of you use for such purposes? Should I just create some ".something" file in project's root directory, shovel all the settings in there or is there some better way (perhaps just adding to .cproject)?

Thanks.
Branko


Back to the top