New C/C++ Dynamic Library Wizard: Name and Location
See Also
The New C/C++ Dynamic Library wizard enables you to create a new C or C++
dynamic 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, C++, or Fortran 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.
- Development Host. You can select the localhost or a remote development host
that you have previously set up. The project will be built and run on the selected development host.
- Tool Collection. You can select a tool collection that has been previously configured for the selected development host.
The tool collection will be used to build and run the project.
- Set as Main Project. Sets the newly created project as the
main project.
Legal Notices