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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -