Summary
the make facility in setup-api.scm should transparently handle .exe file extensions
Metadata
- Id: 0a7552b6b6bc794ac4132929db0fb8233f9185f7
- Trac id: 697
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: core tools
- Estimated difficulty:
- Resolution: wontfix
- Priority: minor
- Milestone:
- Version: 4.7.x
- Changetime: 2012-04-27 23:27:33 UTC
- Created: 2011-09-22 09:37:12 UTC
- Keywords: setup-api windows
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`).
Changes and comments
[2011-11-04 13:39:20 UTC] felix removed milestone 4.8.0
[2012-04-27 23:27:33 UTC] felix changed status from new to closed
[2012-04-27 23:27:33 UTC] felix set resolution to wontfix
[2012-04-27 23:27:33 UTC] felix wrote:
The "make" facility in `setup-api` has been deprecated.