Compiling - Projects |
|
If you created a C/C++ Project and
didn't fill in the "Build invocation" page of the New Project Wizard, then
the first time you invoke Build Project on the project, you will be
using the default "Build Invocation Command" (gmake all ). This is typically
the command you would issue from a command line to invoke a makefile or
other build process (e.g. gmake). The "Build Invocation"
can be changed through the Project Properties.
This command is issued in the following cases:
Another option, if Project-level builds are not granular enough, is to identify which makefile to invoke the build on. |
Contact Us |