Open Bug 128185 Opened 23 years ago Updated 2 years ago

static libraries on Windows should not contain $(OBJDIR)/file.obj

Categories

(NSPR :: NSPR, defect, P3)

x86
Windows 2000

Tracking

(Not tracked)

People

(Reporter: julien.pierre, Unassigned)

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.
Priority: -- → P3
QA Contact: wtchang → nspr
Assignee: wtc → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.