Where can I specify an output folder for DLLs?

痴心易碎 提交于 2020-01-14 10:33:47

问题


I am confused a bit with a new RAD Studio version! Where can I specify a folder to put my output DLL files?


回答1:


It is under Project | Options | Delphi Compiler.

The option you are looking for is named Output Directory.

The documentation says:

Specifies where the compiler should put the executable file.

You need to be careful about the various different targets. It's easy to modify the options for the release build, go back to the IDE, compile a debug build, and then wonder why your setting has had no impact. If at all possible it is best to set the options at the highest level possible. In the screenshot above I illustrate the setting at the root level.




回答2:


in Project Options Delphi Compiler



来源:https://stackoverflow.com/questions/21410720/where-can-i-specify-an-output-folder-for-dlls

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