Share via


NTPROFILEINPUT

The NTPROFILEINPUT macro lets you specify a profile file, which is a list of all the functions or symbols in your image and the order in which you want them exported in the final image.

To use a profile file, specify the following in your Sources file:

NTPROFILEINPUT=1

When this is set, the Build utility will search the current subdirectory for a file whose name is the same as your build product (the name specified by TARGETNAME), and whose extension is .prf. The Build utility uses this file to order the final image that it builds.

You can optimize page usage by listing the functions in the order in which they should be exported in the final image.

 

 

Send comments about this topic to Microsoft

Build date: 5/3/2011