Administrator's Friends' blogs

Steps for a complete clean build

February 24, 2010 by bangaloreorbit   Comments (0)

, , , , ,

Following are the steps for a complete clean build:

1.

Build project (compilation)—In the build phase, the build system compiles operating system (OS) component source files and produces libraries. The basic unit of componentization in Windows CE is the library—components are not conditionally compiled. Because of this, components can be mixed and matched without worrying about changes in their behavior.

2.

Link project—During the link phase,... Read full post