[Issue 12518] New: 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 06:33:07 PDT 2014
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: nobody at puremagic.com
ReportedBy: verylonglogin.reg at gmail.com
--- Comment #0 from Denis Shelomovskij <verylonglogin.reg at gmail.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list