delphi中怎么改输出文件目录

2025-05-16 14:17:11
推荐回答(1个)
回答1:

delphi 语言修改编译后输出的文件目录,可以通过 Project 菜单下的 Optiions ,打开工程属性面板,找到 Delphi Compiler :


Output directory 是设置输出编译生成的 exe 文件目录。

Unit output directory  是设置输出 dcu 等的文件目录。