Configuration Properties: Custom Build Actions (Compact 2013)

3/26/2014

This page enables you to specify custom build actions. To view output from custom build actions in the Visual Studio output window, you must insert a string, either “BUILDMSG:” or “MESSAGE:”, into the output at the beginning of the custom build actions. All output is saved in Build.log for reference, whether or not it contains these prefixes. For example, you can use the following command to prefix custom build output messages with the string "BUILDMSG:".

echo BUILDMSG:
  • Build step
    Specifies when in the build process that a custom build action will be performed. The following choices are available from a drop-down list:

    • Pre-Sysgen
    • Post-Sysgen
    • Pre-Make Image
    • Post-Make Image
  • Actions for this step
    Create, edit or remove custom build actions.

See Also

Reference

OS Design Property Pages Dialog Box

Concepts

Platform Builder User Interface