From 0c19e74a19dbf77f5fa3dd6691f5886dae39e6ac Mon Sep 17 00:00:00 2001 From: "blizzard%redhat.com" Date: Fri, 28 May 1999 19:32:40 +0000 Subject: [PATCH] make sure the right dll name is hardcoded. patch from Jeremy Lea git-svn-id: svn://10.0.0.236/trunk@33133 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mozilla/xpfe/bootstrap/Makefile.in b/mozilla/xpfe/bootstrap/Makefile.in index 8385b7b6eb7..1d08bd3f1cb 100644 --- a/mozilla/xpfe/bootstrap/Makefile.in +++ b/mozilla/xpfe/bootstrap/Makefile.in @@ -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 \