1

How to change the Delphi 2009 Build configuration?

The only place I see is on top of the Project Options window, anyway I don't feel that the options are applied.

1 Answer 1

4

Two Ways

From the Project Menu

  1. Project > Configuration Manager
  2. Select one or more projects from the Applicable projects list.
  3. Select the configuration from the Configuration ComboBox.
  4. Click the green play button (Makes the configuration active for the project(s) you selected)

From the Project Manager:

  1. Click the + next to Build Configurations for the project
  2. Double-click the configuration you want to be active.

In either case you need to rebuild the project for the configuration to be applied.

Side note

You can also access build configurations from the command line:

Delphi MSBuild Build Configurations From Command Line

Sign up to request clarification or add additional context in comments.

2 Comments

Perfect! Now I can do it. Thanks a lot.
in RAD Studio XE it's moved to View > Configuration Manager

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.