Choose this command when you change the SYSGEN variables, typically by adding or removing items from the Catalog.
Build Command Prompt:blddemo -q
Clean Sysgen
Same asRebuild Solutionmenu.
Cleans the SYSGEN variables in the operating system, runs the Sysgen tool on files in the OS design, compiles BSPs and runs the Sysgen tool on BSPs, and builds subprojects.
Build Command Prompt:blddemo clean -q
Build and Sysgen
Builds commponents that supplied by Microsoft, and then Build Solution.
Run this command when you modify files under %_WINCEROOT%\Public, or under %_WINCEROOT%\<custom_directory>, that are included in the OS design.
NOTRECOMMANDEDbecause may take several hours on slow PC.
Build Command Prompt:blddemo
Rebuild and Sysgen Clean
Removes all previously built OS components, and then Build all components source codes supplied by Microsoft. After that, build as same as Build Solution.
NOTRECOMMANDEDbecause may take several hours on slow PC.
Build Command Prompt:blddemo clean cleanplat -c
Build and Sysgen Current BSP
Builds BSP source code and subproject code, and then runs the Sysgen tool on files in the BSP.
If you modify files in your BSP directory or in one of your subprojects, then choose this command.
Build Command Prompt:blddemo -qbsp
Rebuild and Clean Sysgen Current BSP
Deletes the previously build BSP modules, subprojects, and rebuild them.