Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » how to split source and object directory
how to split source and object directory [message #204060] Sun, 04 November 2007 21:38
Nick Schweyer is currently offline Nick SchweyerFriend
Messages: 175
Registered: July 2009
Senior Member
hello,

I have a newcomer's question to eclipse:

I'd like to have the object files and the linked program in a separate
subdirectory like
program_folder
// contain all sources
binary_folder
// shall contain all object files and the program

I tried different methods within project-properties, but could not find
the right place to set the subfolder name :-(

Can somebody give me tips?

After that I have a more specific question:
My sources are distributed over some levels of folders, e.g.

program_folder
// sources_0
subfolder_1
// sources_1

Now eclipse shall do the following:
program_folder
// sources
binaries_0
// object files from sources_0
subfolder_1
// sources_1
binaries_1
// object files from sources_1

Is such a structure also possible?

Thanks in advance

Nikosch


Niko

Eclipse-CDT Version: 2019-12 (4.14.0), Win10 64bit
Previous Topic:standard make or managedmak for Qt4?
Next Topic:opening a new window/dialog: for newbies
Goto Forum:
  


Current Time: Sun Oct 06 14:19:21 GMT 2024

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

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

Back to the top