Closed
Bug 6797
Opened 26 years ago
Closed 26 years ago
Need to eliminate need for separate INSO dll.
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: kinmoz, Assigned: kinmoz)
Details
Need to modify the INSO makefile to produce a static library that our glue code
can link with. Right now, the .lib file produced by the INSO makefile, produces
a .lib file that references the INSO .dll, forcing us to include the INSO .dll
in our distribution.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I checked in a fix for this yesterday. Files touched:
ns/modules/spellchk/src/makefile.win
ns/modules/spellchk/glue/makefile.win
ns/modules/spellchk/glue/nsSpellCheckGlue.cpp
Kin, I have no way to verify this one...can you verify
this is fixed and mark the bug VERIFIED-FIXED ?
thanks!
Actually you can verify this by looking for the following dlls. In all builds
prior to M7, you should see the following dlls:
bin\sp3250.dll
bin\components\spellchecker\sg3250.dll
Now you should see only:
bin\components\spellchecker\spellchecker.dll
You need to log in
before you can comment on or make changes to this bug.
Description
•