Howto use custom build commands [message #151129] |
Mon, 08 May 2006 14:14 |
Eclipse User |
|
|
|
Originally posted by: yawn.vkw.uni.cc
Hello,
We are trying to integrate Eclipse into our toolchain. We have a C
project, which has hirarchical ordered Makefiles, ie calling the build
command on root level builds everything, calling it from a higher level
folder, builds just one library for example.
We don't want Eclipse to manage our Makefiles, but import our existing
Makefiles (which works well by using the "Standard Make C Project").
But now to the questions :)
We have build commands like "make linux" or "make dsp" for building for
different architectures, and a command like "cleanup" (not "make clean")
for cleaning up previuos builds.
How to easily choose between different target platforms (ie the commands
"make linux" or "make dsp") from the CDT?
How to integrate the command "cleanup" before every build?
How to easily switch between different build levels, ie build everything
or build just a library?
Thanks for any hints,
yawn
|
|
|
Powered by
FUDForum. Page generated in 0.13460 seconds