mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Bug #48981
This commit is contained in:
parent
b63fd1d5a5
commit
870b0f6ace
@ -37,9 +37,9 @@ endif
|
||||
EXTRA_DSO_LIBS = gkgfx
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
EXTRA_DSO_LIBS += xpfelocation_s
|
||||
EXTRA_DSO_LIBS += xpfelocation_s mpfilelocprovider_s
|
||||
else
|
||||
SHARED_LIBRARY_LIBS = -lxpfelocation_s
|
||||
SHARED_LIBRARY_LIBS = -lxpfelocation_s -lmpfilelocprovider_s
|
||||
endif
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -101,6 +101,7 @@ LLIBS= \
|
||||
$(DIST)\lib\js3250.lib \
|
||||
$(DIST)\lib\gkgfxwin.lib \
|
||||
$(DIST)\lib\appfilelocprovider_s.lib \
|
||||
$(DIST)\lib\mpfilelocprovider_s.lib \
|
||||
!ifdef GC_LEAK_DETECTOR
|
||||
$(DIST)\lib\boehm.lib \
|
||||
!endif
|
||||
|
Loading…
Reference in New Issue
Block a user