зеркало из https://github.com/mozilla/gecko-dev.git
make sure the right dll name is hardcoded. patch from Jeremy Lea <reg@shale.csir.co.za>
This commit is contained in:
Родитель
8801e117eb
Коммит
2cb75d757d
|
@ -28,6 +28,13 @@ include $(DEPTH)/config/autoconf.mk
|
|||
TOOLKIT_GFX_LIB = -lgfx$(MOZ_TOOLKIT)
|
||||
TOOLKIT_WIDGET_LIB = -lwidget$(MOZ_TOOLKIT)
|
||||
|
||||
# Hardcoding dlopen()'s? This needs to get fixed.
|
||||
#
|
||||
TOOLKIT_CFLAGS := \
|
||||
-DWIDGET_DLL=\"libwidget$(MOZ_TOOLKIT).$(DLL_SUFFIX)\" \
|
||||
-DGFXWIN_DLL=\"libgfx$(MOZ_TOOLKIT).$(DLL_SUFFIX)\" \
|
||||
$(TK_CFLAGS)
|
||||
|
||||
LIBS = \
|
||||
-L$(DIST)/bin \
|
||||
-lnsappshell \
|
||||
|
|
Загрузка…
Ссылка в новой задаче