--- Makefile~ 2006-11-09 13:46:58.000000000 -0700 +++ Makefile~ 2006-11-09 13:49:57.000000000 -0700 @@ -57,22 +57,22 @@ # Define which graphics implementation to use. Currently, the options are # -DGFX_GNOME for Gnome, or -DGFX_XVIEW for XView, or empty for no previewer # under OS2, DOS. -#GFX_OPTIONS = -DGFX_GNOME -GFX_OPTIONS = -DGFX_XVIEW +GFX_OPTIONS = -DGFX_GNOME +#GFX_OPTIONS = -DGFX_XVIEW #GFX_OPTIONS = # --------------------------------------------------------------------------- # Define which directories contain the graphics header files. The lines # below are for the Gnome, XView and no previewer cases; -#GFX_INCLUDE = $(shell gnome-config --cflags glib gtk gnome gnomeui) -GFX_INCLUDE = -I/usr/openwin/include +GFX_INCLUDE = $(shell gnome-config --cflags glib gtk gnome gnomeui) +#GFX_INCLUDE = -I/usr/openwin/include #GFX_INCLUDE = # --------------------------------------------------------------------------- # Define which graphics libraries are required when linking the executable. # The lines below are for the Gnome, XView, and no previewer cases; -#GFX_LIBS = $(shell gnome-config --libs glib gtk gnome gnomeui) -GFX_LIBS = -L/usr/openwin/lib -lxview -lolgx -L/usr/X11R6/lib -lX11 +GFX_LIBS = $(shell gnome-config --libs glib gtk gnome gnomeui) +#GFX_LIBS = -L/usr/openwin/lib -lxview -lolgx -L/usr/X11R6/lib -lX11 #GFX_LIBS = # ---------------------------------------------------------------------------