如何更改 Delphi 构建配置?

发布于 2024-09-29 17:53:15 字数 77 浏览 2 评论 0原文

如何更改Delphi 2009 Build配置?

我看到的唯一地方是“项目选项”窗口的顶部,无论如何我不觉得这些选项被应用。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无所谓啦 2024-10-06 17:53:15

的两种方式

从项目菜单中选择

  1. 项目> 配置管理器
  2. 适用项目列表中选择一个或多个项目。
  3. 配置组合框中选择配置。
  4. 单击绿色播放按钮(使配置处于活动状态)
    您选择的项目)

从项目管理器:

  1. 单击项目的构建配置旁边的 +
  2. 双击要激活的配置。

无论哪种情况,您都需要重建项目才能应用配置。

旁注

您还可以从命令行访问构建配置:

Delphi从命令行 MSBuild 构建配置

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文