Build with runtime packages on Delphi XE2

眉间皱痕 提交于 2019-12-02 07:07:09

问题


I found a similar question but did not find the answer. The question is how easily to add all installed runtime packages to the list in "project options/package/runtime packages" in a Delphi XE2 project? In XE and earlier versions you can do it by simply checking/unchecking "build with runtime packages" and those packages immediately appear in the edit below.


回答1:


Create a new project and copy list from its options.




回答2:


Check Link with runtime packages. Check Inherit for ´Runtime packages`.

The default (inherited) runtime packages are shown at the bottom list and is included in your project. Only add runtime packages to the upper list that is not included in the lower list.



来源:https://stackoverflow.com/questions/13770664/build-with-runtime-packages-on-delphi-xe2

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