Building a Platform Using the Build Demo Tool
Once you have created a platform, you can build a platform using the Build Demo Tool.
To build a platform using the Build Demo Tool
Open the command prompt build window for your platform.
For information about how to create a command prompt build window, see Creating a Command Prompt Build Window.
If you want to build a debug OS image, type the following text string.
set WINCEDEBUG=debug
- or -
If you want to build a release OS image, type the following text string.
Set WINCEDEBUG=retail
Set other environment variables as appropriate. For information about environment variables, see Environment Variables.
Run Blddemo.bat to build your modules and features, compile your source code, copy your files into the directory specified by the _FLATRELEASEDIR environment variable, and make your OS image.
For information about Blddemo.bat, see Build Demo Tool.
See Also
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.