Opened 9 years ago
Closed 8 years ago
#84 closed defect (fixed)
Enhance libtool def file creation
Reported by: | Silvan Scherrer | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | dev tools |
Component: | libtool | Version: | |
Severity: | medium | Keywords: | |
Cc: |
Description
In libtool we create a def file, when a dll is created. Enhance this part with a proper descripion, so that bldlevel information is written to the dll.
Attachments (2)
Change History (6)
by , 8 years ago
Attachment: | ltmain.diff added |
---|
by , 8 years ago
Attachment: | libtool.diff added |
---|
comment:1 by , 8 years ago
comment:2 by , 8 years ago
as a reference on how to use:
http://trac.netlabs.org/ports/changeset/1823
when the ticket is closed, we should add the info to the wiki as well.
comment:3 by , 8 years ago
documentation is already done. http://trac.netlabs.org/ports/wiki/PortingTips?action=diff&version=9
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
r1836 closes that, thanks, Silvan.
Note:
See TracTickets
for help on using tickets.
with the attached changes it's possible to have bldlevel strings in dll. of course the Makefile needs to be adjusted as well.