Opened 15 years ago
Closed 15 years ago
#4 closed task (fixed)
os2-g++: DEF file generation
Reported by: | Dmitry A. Kuminov | Owned by: | Dmitry A. Kuminov |
---|---|---|---|
Priority: | major | Milestone: | qmake |
Component: | qmake | Version: | 4.5.1 Beta 1 |
Severity: | Keywords: | ||
Cc: |
Description
Add DEF file management for the Qt libraries the same way it is done in Qt3 for OS/2, e.g. by using a script that maintains some level of persistence of the exported function table.
Change History (4)
comment:1 by , 15 years ago
Component: | QtCore → qmake |
---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Done in r42. Haven't tested much though; dealing with the real Qt DLL later will be a natural testcase.
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Made several corrections to the link stage processing (r39), similarly to qmake3. The main change is that link/lib/rc command syntax is custom now instead of being hard-coded.