Delphi 'Output unit dependency information' - what does it do? -


there option in delphi compiler - 'output unit dependency information' - unsure does, although seems try , set --depends option when application compiled, there no output.

does know does?

autodependency information embeds list of .cpp file's recursively #included headers , timestamps .obj. information used build system rebuild .obj if of #included headers change.

note option "disable autodependency information" - include default. if it's turned off, .objs not contain information , won't automatically rebuilt when headers change.

from http://embarcadero.newsgroups.archived.at/public.delphi.ide/200809/0809301085.html

further reference can found on compiling section of embarcadero documentation


Comments