Opened 18 years ago
#192 new defect
When installing, even statically-linked exe are relinked.
| Reported by: | Md Abdur Rahim | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
Which is a serious waste of time and resources for large projects.
tools/stage.jam, in class installed-exe-generator : generator { ... }: add lines to the effect of
else if [ $(property-set).get <runtime-link> ] = static
{
return [ stage.copy-file $(project)
: $(source) : $(property-set) ] ;
}
Note:
See TracTickets
for help on using tickets.
