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
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.