Search code examples
delphidelphi-2010

Why does changing a runtime parameter cause a rebuild in Delphi 2010?


The title is fairly self explanatory. Whenever I do a build in Delphi 2010, if afterward all I change is the run parameter under Run -> Parameters, Delphi insists on rebuilding my application. In any other language/IDE I've ever used, that wouldn't happen. It wouldn't be a big problem if it weren't for the fact that a build takes about a minute each time.

Any ideas on how, if anything, I can do to keep it from doing this?

Thanks, --David


Solution

  • I've noticed this too, and I agree that it's annoying. Not sure exactly what the technical reasons are behind it. Probably something to do with the .dproj having changed. You should file a bug report about this on QC.