Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » How can i change CDT's output file path??
How can i change CDT's output file path?? [message #183379] Wed, 31 January 2007 03:11 Go to next message
Eclipse UserFriend
Originally posted by: wengj.noahsi.com.cn

hi,all

I tried changing the ouput file into another folder....


Any ideas?

Thanks,
Re: How can i change CDT's output file path?? [message #183524 is a reply to message #183379] Thu, 01 February 2007 02:12 Go to previous messageGo to next message
Eclipse UserFriend
wen wrote:

> hi,all

> I tried changing the ouput file into another folder....
I am not sure if I understand your question correctly but did you try
Project->Properties->C/C++ Project Paths->Output ?

Axel
Re: How can i change CDT's output file path?? [message #183570 is a reply to message #183524] Thu, 01 February 2007 07:04 Go to previous message
Eclipse UserFriend
Axel,

your hint applies to a standard make project. In this case the makefile
determines the place where the output is.

Wen, in the case of a managed make project you could try defining a
post-build step which will copy the build artifact to your desired location.


Norbert
Previous Topic:cdt indexer uses gcc ?
Next Topic:Problem with CDT code assistance
Goto Forum:
  


Current Time: Sun Nov 09 13:19:24 EST 2025

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

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

Back to the top