Share via


Targeted Build Commands (Compact 2013)

3/26/2014

When you select a buildable folder (including a subproject) in Solution Explorer, you can select a build shortcut from the shortcut menu. The following table shows the shortcuts and the corresponding build commands that appear on the menus. The shortcuts available depend on the folder.

Shortcut

Build command

Build

build

Rebuild

build -c

Sysgen

sysgen –p <folder>

Build and Sysgen

build –c sysgen –p <folder>

Rebuild and Clean Sysgen

build –c sysgen –p <folder>

Run Code Analysis

set CODE_ANALYSIS=NO_WARNISERROR build -c

See Also

Concepts

Platform Builder User Interface

Other Resources

Platform Builder Menus