Closed
Bug 69737
Opened 24 years ago
Closed 24 years ago
Win95 (actually Win ME) build fails in embedding
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: slogan, Assigned: adamlock)
References
Details
Attachments
(3 files)
|
691 bytes,
text/plain
|
Details | |
|
1.35 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.34 KB,
patch
|
Details | Diff | Splinter Review |
The problem seems to be we are calling regsvr32 to register DLLs from within
makefiles. Perhaps the args to this command are wrong, and we need to ifdef
win95 or something around the correct version in the makefile. However, I wonder
if we should even be doing this in the makefile, seems like something a test app
or batch file should do, not the make system.
I'll apply a patch (I just removed the calls, there is a better solution) so you
can see what files are effected.
I think 95/98/Me may call their version just "regsvr" rather than "regsvr32".
Can you verify since I don't have a box to check?
If so then we could use a macro instead called REGSVR which is conditionally set
it to one or the other.
This looks good, r=adamlock. Do you want to check this in or shall I?
I deleted winme in disgust in favor of Windows NT, so if you could apply the
patch and check it once again, that'd be great.
Fix is checked in. Thanks Syd.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla0.9
*** Bug 45546 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•