Defining Managed Make build settings
The C/C++ Build property page of a Managed Make project allows you to:
- Add, remove and rename build configurations
- Change the command line options used when invoking the build tools
- Change the name of the final output of the build
- Change the make command used to invoke the build
- Add custom build steps to the build
- Define the error parsers to be used to filter the build error messages - See Filtering errors.
- Define the binary parser used with the output of the build - See Selecting a binary parser.
- Define the environment variables for the build
- Define build macros for the build
See C/C++ Project Properties for further information.
CDT Projects
Project file views
Working with C/C++ project files
C/C++ Project Properties
C++ Project Properties, Managed, C/C++ Build
C++ Project Properties, Managed, C/C++ Build, Tool Settings
C++ Project Properties, Managed, C/C++ Build, Build Settings
C++ Project Properties, Managed, C/C++ Build, Build Steps
C++ Project Properties, Managed, C/C++ Build, Error Parsers
C++ Project Properties, Managed, C/C++ Build, Binary Parser
C++ Project Properties, Managed, C/C++ Build, Environment
C++ Project Properties, Managed, C/C++ Build, Macros