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

           Summary: Add ability to not rebuild the project on file with
                    custom build tool change
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: VisualD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Denis Shelomovskij <[email protected]> 2014-04-04 
17:32:59 MSK ---
There are two general cases:

1. The file output is only linked with the project (e.g. *.h or *.rc file
generating a *.res file).
    Here only relink is needed, no recompiling.

2. The file output is just put into the target directory (e.g. program
configuration file).
    This file should be only copied, no building action should be preformed.

As a solution I suggest to make "Add output to link" checkbox forcing a #1
behaviour and add "External file" or "Not cause rebuild" checkbox for #2 one.

It will be also useful to make it easy to mark file for just copying to target
directory.

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

Reply via email to