#include (FMerge.exe) (Windows Embedded CE 6.0)
1/5/2010
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"