Added support for GNOME print in static builds

also by adding the FORCE_LINK() statements.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2004-12-01 21:35:26 +00:00
parent 4ea56379e3
commit d6c6acd640
4 changed files with 20 additions and 0 deletions

View File

@ -80,6 +80,12 @@
#include <gtk/gtk.h>
#if wxUSE_LIBGNOMEPRINT
#include "wx/html/forcelnk.h"
FORCE_LINK(gnome_print)
#endif
//-----------------------------------------------------------------------------
// global data

View File

@ -38,6 +38,10 @@
#include <libgnomeprintui/gnome-print-job-preview.h>
#include <libgnomeprintui/gnome-print-paper-selector.h>
#include "wx/html/forcelnk.h"
FORCE_LINK_ME(gnome_print)
//----------------------------------------------------------------------------
// wxGnomePrintLibrary
//----------------------------------------------------------------------------

View File

@ -80,6 +80,12 @@
#include <gtk/gtk.h>
#if wxUSE_LIBGNOMEPRINT
#include "wx/html/forcelnk.h"
FORCE_LINK(gnome_print)
#endif
//-----------------------------------------------------------------------------
// global data

View File

@ -38,6 +38,10 @@
#include <libgnomeprintui/gnome-print-job-preview.h>
#include <libgnomeprintui/gnome-print-paper-selector.h>
#include "wx/html/forcelnk.h"
FORCE_LINK_ME(gnome_print)
//----------------------------------------------------------------------------
// wxGnomePrintLibrary
//----------------------------------------------------------------------------