Skip to main content



      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 06:43 Go to next message
Eclipse UserFriend
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 04:08 Go to previous messageGo to next message
Eclipse UserFriend
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 07:53 Go to previous message
Eclipse UserFriend
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: Wed Jul 23 02:12:59 EDT 2025

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

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

Back to the top