Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » build project outside Eclipse
build project outside Eclipse [message #768793] Tue, 20 December 2011 20:02 Go to next message
Nelson Teixeira is currently offline Nelson TeixeiraFriend
Messages: 6
Registered: December 2011
Junior Member
Hello,

I want to make my project buildable outside Eclipse, i.e. I want it to be able to build it with make in a terminal window, but I also want to use CTD's managed makefiles feature. Is this possible ? how ?

-Nelson
Re: build project outside Eclipse [message #768963 is a reply to message #768793] Wed, 21 December 2011 06:41 Go to previous message
ben is currently offline benFriend
Messages: 7
Registered: December 2011
Junior Member
I'm not sure, CDT appears to generate the makefiles in a Debug or Release subdirectory when you hit build. Provided that you have hit build once, and that you've changed nothing important(1) I would presume you are able to build by pointing make at the makefile generated during the build.

(1) CMake generated build files tend to know when and how to regenerate themselves, so to what extent "important" means, I haven't checked, you'll have to try it.
Previous Topic:includes and unresolved symbols problem on ubuntu
Next Topic:CDT2.0M9: Cannot launch CDI debugger
Goto Forum:
  


Current Time: Thu Apr 18 23:33:09 GMT 2024

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

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

Back to the top