I'm using Delphi XE3. When I compile projects with FPC, the FPC compilers lists the files that it compiles (new or recompiled units). When I compile projects with Delphi XE3 the Messages window only shows the dcc command line string that is use and "Success" at the end. Is there a way to let it show me what files in found that needed to be recompiled - so I can be certain it picked up what it needed to.

Comments

  1. In case you see the "Verbosity" combobox in Environment Options (it's there in XE4), try selecting Detailed or Diagnostic. It should then show more details in the output, like which MSBuild tasks were run/skipped.

    ReplyDelete
  2. Ondrej Kelle : Thanks Ondrej - I tried "detailed" before, but that didn't help. After reading your message I tried the "diagnostic" option, and that gives the details I wanted. Many thanks.

    ReplyDelete

Post a Comment