Targeted Build Commands (Windows Embedded CE 6.0)

1/6/2010

When you select an object in the active OS design or subproject in the Solution Explorer, you can use the context menu to choose from a set of build commands. This topic discusses the available options, which are dependent on the type of object that you have selected.

Active BSP

The following table shows the command-line equivalents for the selected targeted build command when you have selected the active BSP in your OS design.

Command Description

Sysgen

SysgenPlatform %_TARGETPLATROOT% preproc&&SysgenPlatform %_TARGETPLATROOT% postproc

Build

set WINCEREL=1 && build

Rebuild

set WINCEREL=1 && build -c

Build and Sysgen

blddemo -qbsp

Rebuild and Sysgen

blddemo –qbsp –c

Platform\Common and sources or dirs files in the active BSP

The following table shows the command-line equivalents for the selected targeted build command when you have selected sources or dirs files in the active BSP, or objects under %_WINCEROOT%\Platform\Common.

Command Description

Build

set WINCEREL=1 && build

Rebuild

set WINCEREL=1 && build -c

Dependency trees or sources or dirs files in PUBLIC or PRIVATE

The following table shows the command-line equivalents for the selected targeted build command when you have selected a dependency tree, or sources and dirs files located under %_WINCEROOT%\Public or %_WINCEROOT%\Private in your OS design.

Command Description

Sysgen

SysgenPlatform %_TARGETPLATROOT% preproc&&SysgenPlatform %_TARGETPLATROOT% postproc

Build

set WINCEREL=1 && build

Rebuild

set WINCEREL=1 && build -c

Build and Sysgen

blddemo -qbsp

Rebuild and Sysgen

blddemo –qbsp –c

OS design subproject

The following table shows the command-line equivalents for the selected targeted build command when you have selected an active subproject in your OS design.

Command Description

Build

set WINCEREL=1&&build

Rebuild

set WINCEREL=1 && build -c

Build and Sysgen

SET WINCEREL=1&&bldsys -nobuild

Ee482161.note(en-US,WinEmbedded.60).gifNote:
This build command is available only if the SysgenModule property inside the associated .pbpxml file is defined, or PBP_PRESYSGEN is set to 1.

Rebuild and Sysgen

SET WINCEREL=1&&bldsys -nobuild

Ee482161.note(en-US,WinEmbedded.60).gifNote:
This build command is available only if the SysgenModule property inside the associated .pbpxml file is defined, or PBP_PRESYSGEN is set to 1.

See Also

Concepts

Platform Builder Menus