Opening a Makefile

Home Page (Projects)OverviewsHow Do I... TopicsNMAKE Reference

Like any Visual C++ project, you can load a makefile (MAKEFILE, or filename.mak) into the Visual C++ project system either as a separate workspace, or as a project that is part of the current workspace. You can also simply add a makefile to a project. For example, you might want to run custom build rules on the makefile rather than building it separately.

To load the makefile as a project and create a project workspace for it

To add the makefile as a project to the current workspace

To add the makefile to an existing project

When you open a makefile as a project, Visual C++ does one of the following:

What do you want to know more about?

Building a Project from the Command Line

What do you want to do?

Export a Makefile