Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » output folder
output folder [message #682157] Fri, 10 June 2011 14:23 Go to next message
No real name is currently offline No real nameFriend
Messages: 1
Registered: June 2011
Junior Member
Help!

How, in the name of all that is holy, do I change the output location? I've been googling and trying stuff for hours.

I don't want build targets to go into ./Debug/ !! but ../AFolder.

I'm new to eclipse and linux development. This sort of thing is really easy in VS.

Cheers for any help.

Chris
Re: output folder [message #683758 is a reply to message #682157] Tue, 14 June 2011 11:31 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
http://stackoverflow.com/questions/5600288/change-output-directory-of-a-eclipse-cdt-project
Right-click on your project and choose Properties.
Go under C/C++ Build, under Settings.
Click on the Build Artifact tab.
Under "Output prefix", enter the directory that you want to contain your built file (including a trailing slash).


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:rolling CUTE testing framework
Next Topic:stdio.h
Goto Forum:
  


Current Time: Sun Sep 22 11:21:52 GMT 2024

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

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

Back to the top