Opened 16 years ago
Closed 8 years ago
#316 closed enhancement (fixed)
Manifest files should be built-in to command line tools
Reported by: | Charlie Hull | Owned by: | Charlie Hull |
---|---|---|---|
Priority: | normal | Milestone: | 1.1.0 |
Component: | MSVC makefiles | Version: | |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | Microsoft Windows |
Description
Later versions of the Visual C++ compiler create manifest files for DLLs and EXEs, which list which particular version of runtime libraries the application should use. To prevent having to distribute these we can build them into the .exe - this is already done for the Python bindings but should really be done for all the bin/ applications and any other bindings.
Change History (1)
comment:1 by , 8 years ago
Milestone: | → 1.1.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It looks to me like this was actually fixed way back in 2009 by 2c83292443a5e5dcd2b83e030f8f37e3cc926685, so closing.