Command-Line Catalog Item Dependencies (Windows CE 5.0)

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

Through examining Cesysgen.bat, which specifies Catalog item dependencies, you can discover which Catalog items 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 your OS design has SYSGEN_MODEM set, it brings in 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.

For information about how to determine the dependencies of a Catalog item, see How to Check the Dependencies of a Catalog Item.

See Also

Catalog Item Dependencies | Catalog Item Management | Resolving an IDE Catalog Item Dependency | Cesysgen Batch File | Build System

Last updated on Thursday, February 02, 2006

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.