Create a Project in the Development Environment That Can Be Built with Any Tool
To create a project in the development environment that can be built with any tool
- From the File menu, click New.
The New dialog box appears.
- On the New dialog box, click the Projects tab.
- Select Makefile as the project type and enter the project name and location in the appropriate text boxes.
- Click OK.
A message box appears that says you can specify a command line for your makefile in Project Settings and asks if you want to open Project Settings.
- Click Yes.
The Project Settings dialog box opens with the Build command line text box selected.
- Type in the command line syntax for your build tool.
- Click OK.