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

后端 未结 5 734
不知归路
不知归路 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:06

    As I remember in D7 there was a similar problem when GUI vs dcc32 produced different builds. Take a look at location and content of your dcc32.cfg file(s). They actually can contain as many conditionals as you need. One conditional per-line

提交回复
热议问题