commit | daa6a7a97d021f371585b18d761e122e258676b9 | [log] [tgz] |
---|---|---|
author | Guy L. Albertelli <galberte@neo.lrun.com> | Tue Oct 16 21:46:58 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 16 21:46:58 2001 +0000 |
tree | 6ed26a11b24a0272e055d5d44859709186d1c0c8 | |
parent | 1e8b025423965452ddaf1cbed9328b0f13aa3a59 [diff] |
- eliminate different segmentation faults. - when attempting to open a dll, append ".dll" to find it (was stripped previously). - identify named exports so that the ordinal number is "@" in .spec file. - setup output dll name prior to creating ordinal symbols. - don't overlay the named exports with the ordinal exports. - correct test for last symbol. - fix generated install script to match current make files.