开发者

MSBuild for Delphi 2010 creates empty Dcp directory in drive's root directory

I'm using MSBuild to build Delphi 2010 projects. It works fine. The only problem I have is that it creates 2 empty directories (Bpl and Dcp) in 开发者_JS百科drive's root directory.

Is there any way to prevent MSBuild from creating these directories?


This sounds like an issue with either the

Project|Options|Delphi Compiler|Output directory or Package output directory
configuration, or the
Tools|Options|Delphi Options|Package output directory or DCP output directory
. You might check to see if you somehow have those set to the root of the drive or simply to .

FWIW, I use MSBuild from the commandline quite often, and I've never seen a DCP or BPL directory created anywhere I didn't specifically ask for them. I'm pretty sure this is simply a configuration issue in one of the path settings I mentioned above.


Seems like a Delphi bug to me. Have you contacted them regarding this?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜