Creating a make project
To create a
make
project using the C or C++ wizard:
Select
File
>
New
>
Project
, select either
C
>
C Project
or
C++
>
C++ Project
, and click
Next
.
In the
Project name
field, type a name for your project.
In the
Project Types
area, expand
Makefile
and select
Empty project
.
In the
Toolchain
list, select
QNX QCC
.
Do one of the following:
Option
Description
Click
Finish
.
To complete the wizard and to create the project.
Click
Next
, click
Advanced settings
, then select your C/C++ Build and build target properties, and any other options.
To specify any advanced settings for the project. Click
Finish
when complete.
The result is an empty make project.
Parent topic:
Developing projects in the IDE
Related concepts
Managed make projects
Choosing an indexer
Related tasks
Creating a simple project