Opened 13 years ago
Closed 13 years ago
#697 closed defect (wontfix)
the make facility in setup-api.scm should transparently handle .exe file extensions
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core tools | Version: | 4.7.x |
Keywords: | setup-api windows | Cc: | |
Estimated difficulty: |
Description
On Windows, a make-rule target for an executable requires that the ".exe" file extension is explicitly specified. This should be made transparent (this is already done for install-program
).
Change History (2)
comment:1 Changed 13 years ago by
Milestone: | 4.8.0 |
---|
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The "make" facility in
setup-api
has been deprecated.