Closed
Bug 128184
Opened 23 years ago
Closed 2 years ago
static libraries on Windows should not contain $(OBJDIR)/file.obj
Categories
(NSS :: Build, defect, P4)
Tracking
(Not tracked)
RESOLVED
INACTIVE
Future
People
(Reporter: julien.pierre, Unassigned)
References
(Blocks 1 open bug)
Details
Microsoft's LIB tool includes the pathname of the object file into the library.
This is inconvenient when other products include NSS static libs and want to
manipulate them, such as to extract an object file. The path should be stripped.
To accomplish that, the rule probably needs to change directory to the OBJDIR
and create the LIB file from there.
Updated•19 years ago
|
Assignee: wtchang → nobody
QA Contact: wtchang → build
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•