Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Change output file name
Change output file name [message #521367] Wed, 17 March 2010 12:49 Go to next message
Alex Farber is currently offline Alex FarberFriend
Messages: 44
Registered: February 2010
Member
How can I change output file name in CDT project? By default, it is the same as the project name:

Invoking: GCC C++ Linker
g++ -o"OutputFileName" ...

I want to change -o switch value to something else.

Re: Change output file name [message #521532 is a reply to message #521367] Wed, 17 March 2010 23:01 Go to previous messageGo to next message
Andrey Kourskov is currently offline Andrey KourskovFriend
Messages: 54
Registered: July 2009
Member
Project -> Properties -> C++ Build ->Settings -> Build Artifact -> Artifact name
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .cdt.doc.user/reference/cdt_u_prop_build_settings_artifact.h tm
Re: Change output file name [message #521570 is a reply to message #521532] Thu, 18 March 2010 05:54 Go to previous message
Alex Farber is currently offline Alex FarberFriend
Messages: 44
Registered: February 2010
Member
Thank you!
Previous Topic:Duplicating Eclipse project settings
Next Topic:Error: undefined reference to 'winmain@16'
Goto Forum:
  


Current Time: Thu Apr 25 13:24:38 GMT 2024

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

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

Back to the top