How to change Delphi Build configuration?

断了今生、忘了曾经 提交于 2019-12-11 07:41:58

问题


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:


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



来源:https://stackoverflow.com/questions/4016643/how-to-change-delphi-build-configuration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!