Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Export project with building settings(Export project files and library path search, include, symbols and so on.)
Export project with building settings [message #986927] Thu, 22 November 2012 11:43 Go to next message
Eduardo Rodrigues is currently offline Eduardo RodriguesFriend
Messages: 1
Registered: November 2012
Junior Member
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 #987061 is a reply to message #986927] Fri, 23 November 2012 09:08 Go to previous messageGo to next message
Klaus km is currently offline Klaus kmFriend
Messages: 142
Registered: November 2011
Senior Member
Hello,

try the export/import features:


http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_fileprop_inc.htm&resultof=%22export%22%20%22setting%22%20%22set%22

or

http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftimpandexp.htm&resultof=%22export%22%20%22setting%22%20%22set%22

Quote:
I couldn't find anything searching on the Internet.

Hard to believe.


regards,
Klaus


Re: Export project with building settings [message #987203 is a reply to message #987061] Sat, 24 November 2012 12:53 Go to previous message
Paul Bußmann is currently offline Paul BußmannFriend
Messages: 17
Registered: October 2012
Junior Member
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
Previous Topic:How to get rid of wrong errors
Next Topic:Eclipse and Connector\C
Goto Forum:
  


Current Time: Thu Apr 18 20:52:45 GMT 2024

Powered by FUDForum. Page generated in 0.02461 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top