Proposal for a standard for D library naming

Sean Kelly sean at f4.ca
Sun Sep 24 22:23:17 PDT 2006


Derek Parnell wrote:
> 
> So a further complication is what should Build do if the module source
> files are more recent than the matching library? Currently, it recompiles
> the source files and uses the resulting object files in the linkage.

Shouldn't a module be recompiled if its object file is older than the 
module or any of its dependencies?  If -inline is specified at any rate.


Sean



More information about the Digitalmars-d mailing list