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

git-svn-id: svn://10.0.0.236/trunk@33133 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blizzard%redhat.com 1999-05-28 19:32:40 +00:00
parent 7448fc1fe9
commit 0c19e74a19

View File

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