#include (FMerge.exe) (Compact 2013)

3/26/2014

The #include statement is used to specify a file that is to be included in the merge operation. The text of the file is included in the place where the include statement appears.

The following code example shows the syntax for using an INCLUDE statement.

#include "file_name"

Parameters

  • file_name
    The name of the file to be included in the build.

    This variable can be any valid path and supports variable substitution.

Example Code

The following code example shows how the #include statement is used to include a file in the merge operation.

#include "$(_PROJECTOAKROOT)\drivers\keybd\$(keyboard_type)\keybd.reg"

See Also

Reference

Binary Image Builder (.bib) File
fMerge Tool (fmerge.exe)