Sysgen Capture Tool (Windows Embedded Compact 7)
1/23/2013
This tool creates sources files for public drivers that you modify and build in your platform directory.
Normally, the build system generates these driver modules dynamically during the link phase of the Sysgen process.
When Sysgen_capture.bat is run, it captures the internal dependency information that the build system uses, and it generates one new sources file for each dynamic-link library (.dll) or executable (.exe) target that is created during a Sysgen process.
Note: |
|---|
| Sysgen_capture.bat only works on Sysgen targets that are .dll or .exe files. |
When Sysgen_capture.bat is run, it performs an internal call to Nmake_capture.exe instead of Nmake.exe. Nmake_capture.exe does not interact with the rest of the build system; it simply captures sources file information and writes it to a file.
Note: |
|---|
| Sysgen_capture.bat cannot be used for pre-sysgen modules in Windows Embedded Compact 7. For Sysgen_capture.bat to create sources files, sysgen phase information is required by Sysgen_capture.bat before calling Nmake_capture.exe. |
Note: