February 24, 2010 by bangaloreorbit
Comments (0)
clean, build, clean build, link project, post-process, build platform
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