Share via


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

  1. From the File menu, click New.

    The New dialog box appears.

  2. On the New dialog box, click the Projects tab.

  3. Select Makefile as the project type and enter the project name and location in the appropriate text boxes.

  4. 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.

  5. Click Yes.

    The Project Settings dialog box opens with the Build command line text box selected.

  6. Type in the command line syntax for your build tool.

  7. Click OK.