Share via


Command-Line Feature Dependencies

Platform Builder runs Cesysgen.bat in order to discover what features to bring in by dependency. Through examination of Cesysgen.bat, which specifies feature dependencies, you can discover which features depend on a selected feature in order to function properly. For more information, see Cesysgen Batch File.

In the following example of a feature dependency, if your platform has SYSGEN_MODEM set, then it automatically brings in SYSGEN_PPP.

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

If Cesysgen.bat does not mention a Sysgen variable, then the corresponding feature is not optional. This means that the feature is either always included, or never included, in your platform. For information about how to determine the dependencies of a feature, see How to Check the Dependencies of a Feature.

See Also

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

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.