Share via


project.mk

The project.mk file identifies a Microsoft Auto Code Review (OACR) project. When you use the WDK build environment to build a driver or library, OACR looks for a project.mk file to identify which project configuration settings to use. The project.mk file must be located in the root directory of your build directory tree. The project.mk file uses the following syntax to assign a project to the _PROJECT_ variable.

_PROJECT_=project

The configuration settings for project must appear in the OACR.ini file.

For example, if you use the default settings and build one of the WDK sample drivers in the src directory, OACR uses the settings from the C:\WinDDK\7600\project.mk file. The default project.mk file directs OACR to use the settings for the WDKSamples project.

_PROJECT_=WDKSamples

Anything that you build under the C:\WinDDK\7600 directory belongs to the WDKSamples project. The OACR.ini file contains the configuration settings for the WDKSamples project.

For more information about an OACR project and the OACR configuration files, see Creating or Modifying an OACR Project and Customizing an OACR Project.

 

 

Send comments about this topic to Microsoft

Build date: 5/3/2011