New C/C++ Project With Existing Sources Wizard: Build Actions
See Also
The New C/C++ Project With Existing Sources wizard enables you to create a project using an existing makefile.
In the Build Actions page, the wizard automatically fills in
the following fields for you:
- Working Directory. Specifies the directory where you want the IDE to
execute the make and clean commands.
- Clean Command. Specifies the make clean command for the project.
- Build Command. Specifies the make command for the project.
- Clean and Build after Finish. Select this option to run
the project's clean and build actions immediately after creating the project.
Deselect this option if the source folder contains non-source files such as
built binaries that you want to keep. You can clean and build manually after you
move the files.
You can specify:
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.