Closed
Bug 108290
Opened 24 years ago
Closed 22 years ago
EXPORT_LIBRARY forces library to be dynamic
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
Future
People
(Reporter: netscape, Assigned: waterson)
References
Details
EXPORT_LIBRARY is supposed to mark a library as being used in the final link of
a static build. On win32, it looks as though that EXPORT_LIBRARY is forcing the
library to be static on static builds and dynamic on dynamic builds. This
screws us up when we want to use a static glue lib in both the static & dynamic
builds.
Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → Future
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 1•22 years ago
|
||
This was opened against the nmake build system. It works fine for gmake builds.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•