mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Converted parser into a module. Removed static linkage.
This commit is contained in:
parent
0ac77d091f
commit
cd1d7968b9
@ -64,7 +64,6 @@ EXTRA_DSO_LDOPTS = \
|
||||
-L$(DIST)/bin \
|
||||
$(NSPR_LIBS) \
|
||||
-lxpcom \
|
||||
-lraptorhtmlpars \
|
||||
-lraptorgfx \
|
||||
-ljsdom \
|
||||
-lmozjs \
|
||||
|
@ -75,7 +75,6 @@ LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(DIST)\lib\raptorgfxwin.lib \
|
||||
$(DIST)\lib\timer_s.lib \
|
||||
$(DIST)\lib\raptorhtmlpars.lib \
|
||||
$(DIST)\lib\jsdom.lib \
|
||||
!ifdef NECKO
|
||||
$(DIST)\lib\neckoutil_s.lib \
|
||||
|
Loading…
Reference in New Issue
Block a user