[Issue 12518] Add ability to not rebuild the project on file with custom build tool change

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 4 10:36:38 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12518


Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de


--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> 2014-04-04 10:36:34 PDT ---
Makes sense to not force a compile and link step if a custom rule does not
contribute to the link. Splitting compile and link into separate steps is a bit
more work as it needs other dependency checks. A custom build step might also
contribute to compilation (e.g. by generating a string import file).

Regarding #2: How about adding a build tool "Copy", that could also update the
modification date of the target?

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list