make sure the right dll name is hardcoded. patch from Jeremy Lea <reg@shale.csir.co.za>

This commit is contained in:
blizzard%redhat.com 1999-05-28 19:32:40 +00:00
Родитель 8801e117eb
Коммит 2cb75d757d
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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 \