how to split source and object directory [message #204060] |
Sun, 04 November 2007 16:38 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03140 seconds