Closed Bug 651874 Opened 13 years ago Closed 13 years ago

Wrong library prefixed in dependentlibs.list in mingw compilation

Categories

(Core :: XPCOM, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jacek, Assigned: jacek)

Details

Attachments

(1 file)

Attached patch fix v1.0Splinter Review
It's generated by xpcom/stub/Makefile.in that uses $(LIB_PREFIX) to generate library name list resulting in eg. libxul.dll instead of xul.dll. It should use $(DLL_PREFIX) that is the same as LIB_PREFIX on all configs except mingw. The attached patch fixes the problem and should be no-op on other platforms.
Attachment #527556 - Flags: review?(khuey)
Thanks for review.

http://hg.mozilla.org/mozilla-central/rev/92302d33de17
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: