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 defines, which are getting passed via msbuild to the dcc32. However, some common units appear to be stuck with the first set of conditionals, so the second project is built improperly.