Share via


Tuning the Build Process (Compact 2013)

3/26/2014

Building a Windows Embedded Compact 2013 OS design can be complex and time-consuming. This section provides techniques that are intended to reduce your build overhead and make your design testable as quickly as possible.

The intended audience for this section is the experienced Windows Embedded Compact developer. It is assumed that you are familiar with the information in How the Build System Works, which explains the build process in detail.

This section uses the $(VARIABLE) syntax to indicate environment variables. File paths implicitly start with $(_WINCEROOT), which is the installation path of the shared source code for Compact 2013.

In This Section

  • Use Release Directory Modules
    Describes how to speed up development by having Windows Embedded Compact load modules directly from the release directory instead of from the OS image.

See Also

Concepts

Build an OS