Export project with building settings [message #986927] |
Thu, 22 November 2012 06:43  |
Eclipse User |
|
|
|
Hi,
I am trying to export a C++ project with building settings. I mean, things like compling options (-shared, -O0 etc), includes (-I), libraries (-l), library search paths (-L). Is that possible? I thought this should be quite common but I couldn't find anything searching on the Internet.
Thanks in advance,
Eduardo
|
|
|
|
Re: Export project with building settings [message #987203 is a reply to message #987061] |
Sat, 24 November 2012 07:53  |
Eclipse User |
|
|
|
Hi Eduardo,
fortunately, the settings are stored as XML (the .project and the .cproject files). So you can compare and transfer all mismatching settings at once from one project to the other by means of a text-based merge tool (kdiff, winmerge, beyond compare, ...). That's how I usually do it. Hope this helps.
Best regards,
Paul
|
|
|
Powered by
FUDForum. Page generated in 0.05956 seconds