New C/C++ Static Library Wizard: Name and Location
See Also
The New C/C++ Static Library wizard enables you to create a new C or C++
static library.
In the Name and Location page, you have to set the following properties:
- Project Name. Specifies the display name of the project.
This name is also used to create the project folder.
- Project Location. Specifies the folder where you want to store the
project metadata and source code. When you create an empty C or C++ project, you
cannot store the project folder and project source code in separate locations like
you can with projects based on existing makefiles.
You can also set the following properties:
- Project Makefile Name. You can change the default name of the project makefile.
If a makefile already exists in the project folder, the default name is Makefile-project.mk; otherwise,
the default name is Makefile.
- Build Host. You can select the local host or a remote build host
that you have previously set up. The project will be built and run on the selected build host.
- Tool Collection. You can select a tool collection that has been previously configured for the selected build host.
The tool collection will be used to build and run the project.
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.