Building a Run-time Image Using the Build Demo Tool (Windows Embedded CE 6.0)

1/6/2010

After you create an OS design, you can build a run-time image based on the OS design using the Build Demo Tool.

To build a run-time image using the Build Demo Tool

  1. Open the command prompt build window for your OS design.

    For information about how to create a command prompt build window, see Creating a Command Prompt Build Window.

  2. Perform one of the following tasks:

    • If you want to build a debug configuration of a run-time image, type the following text string.

      set WINCEDEBUG=debug
      
    • If you want to build a release configuration of a run-time image, type the following text string.

      Set WINCEDEBUG=retail
      
  3. Set other environment variables as appropriate.

    For more information about environment variables that you can set, see Environment Variables.

  4. Run Blddemo.bat to build your run-time image.

    For information about Blddemo.bat, see Build Demo Tool.

See Also

Other Resources

Command-Line Tool Commands
Build System Tools