Building a Subproject (Windows Embedded CE 6.0)

1/5/2010

After you create a subproject in your OS design, you can build it independently of your OS design.

To build a project

  1. In Solution Explorer, expand the Subprojects node and then navigate to the subproject that you want to build.

  2. Make sure you have configured build options you want for your subproject.

    For more information, see Preparing to Build a Subproject.

  3. From the Build menu, select the build options that you want to set for this build.

  4. From the Build menu, choose one of the following options:

    • To build the current subprojects, choose Build All Subprojects.
    • To run a build on modified files in the subprojects, choose Rebuild All Subprojects.
      For more information on these options, see Build Menu Options.

The build progress is displayed in the Output tab of the Output window.

After the build is complete, the Output tab displays the total number of errors and warnings found during the build.

If there is no activity on the Output tab, you can monitor the status from the status bar, which displays the Building icon during the build.

See Also

Concepts

Build Tasks

Other Resources

Creating a Subproject