use libwidgetgtk.so and libgfxgtk.so when selected by configure
git-svn-id: svn://10.0.0.236/trunk@13846 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
946d7a4f6c
commit
b4c83f3565
@ -36,6 +36,7 @@ CPPSRCS = \
|
||||
|
||||
ifeq ($(USE_NGLAYOUT_GTK),1)
|
||||
CPPSRCS += nsGTKMain.cpp
|
||||
CFLAGS += -DWIDGET_DLL=\"libwidgetgtk.so\" -DGFXWIN_DLL=\"libgfxgtk.so\"
|
||||
else
|
||||
CPPSRCS += nsMotifMenu.cpp \
|
||||
nsUnixMain.cpp
|
||||
|
||||
@ -55,8 +55,13 @@
|
||||
#ifdef XP_MAC
|
||||
#include "nsMacRepository.h"
|
||||
#else
|
||||
/* let CFLAGS override these */
|
||||
#ifndef WIDGET_DLL
|
||||
#define WIDGET_DLL "libwidgetunix.so"
|
||||
#endif
|
||||
#ifndef GFXWIN_DLL
|
||||
#define GFXWIN_DLL "libgfxunix.so"
|
||||
#endif
|
||||
#define VIEW_DLL "libraptorview.so"
|
||||
#define WEB_DLL "libraptorwebwidget.so"
|
||||
#define PLUGIN_DLL "raptorplugin.so"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user