Command-Line Catalog Item Dependencies (Windows Embedded CE 6.0)

1/6/2010

Platform Builder runs Cesysgen.bat to discover which Catalog items to bring in by dependency.

By examining Cesysgen.bat, you can discover which Catalog items must bring in (depend on) a selected Catalog item to function properly. For more information, see Cesysgen Batch File.

In the following example of a Catalog item dependency, if the Sysgen variable SYSGEN_MODEM is set, it brings in the dependent Sysgen variable SYSGEN_PPP.

if "%SYSGEN_MODEM%"=="1"     set SYSGEN_PPP=1 

If Cesysgen.bat does not mention a Sysgen variable, the corresponding Catalog item is not optional. This means that the Catalog item is always included or is never included in your OS design.

See Also

Concepts

Catalog Item Dependencies
Catalog Item Management
Resolving an IDE Catalog Item Dependency

Other Resources

Cesysgen Batch File
Build System