How can I get MSBuild to do a full build of a Delphi project equivalent to dcc32 -b?

后端 未结 5 733
不知归路
不知归路 2020-12-30 11:43

How can I get MSBuild to do a full build of a Delphi project equivalent to dcc32 -b?

I\'ve got two projects I\'m trying to build, the first one uses some conditional

5条回答
  •  离开以前
    2020-12-30 12:12

    Another option is to delete the DCU's of the compiled units after your first build is complete and before you start your next one.

提交回复
热议问题