From 44bb5f60de2bd7162a6de2d0cb73377ce1a55bc1 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 28 Apr 2002 16:41:17 +0000 Subject: Add Fl_Preferences class to base library. Add FLTK_DATADIR definition to config.h for system-wide configuration data. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2126 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makefiles/config.mingw | 7 ++++--- makefiles/config.os2x | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'makefiles') diff --git a/makefiles/config.mingw b/makefiles/config.mingw index 100951d19..203799eeb 100644 --- a/makefiles/config.mingw +++ b/makefiles/config.mingw @@ -1,5 +1,5 @@ /* - * "$Id: config.mingw,v 1.1.2.3.2.3 2002/04/24 18:29:05 easysw Exp $" + * "$Id: config.mingw,v 1.1.2.3.2.4 2002/04/28 16:41:16 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -24,9 +24,10 @@ */ /* - * Where to find the documentation files... + * Where to find files... */ +#define FLTK_DATADIR "C:/FLTK" #define FLTK_DOCDIR "C:/FLTK/DOC" /* @@ -189,5 +190,5 @@ /* - * End of "$Id: config.mingw,v 1.1.2.3.2.3 2002/04/24 18:29:05 easysw Exp $". + * End of "$Id: config.mingw,v 1.1.2.3.2.4 2002/04/28 16:41:16 easysw Exp $". */ diff --git a/makefiles/config.os2x b/makefiles/config.os2x index aa3574d62..cd89c9b38 100644 --- a/makefiles/config.os2x +++ b/makefiles/config.os2x @@ -1,6 +1,6 @@ /* config.h. Generated automatically by configure. */ /* - * "$Id: config.os2x,v 1.1.2.4.2.5 2002/04/24 18:29:05 easysw Exp $" + * "$Id: config.os2x,v 1.1.2.4.2.6 2002/04/28 16:41:16 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -26,9 +26,10 @@ */ /* - * Where to find the documentation files... + * Where to find files... */ +#define FLTK_DATADIR "/usr/local/share/fltk" #define FLTK_DOCDIR "/usr/local/share/doc/fltk" /* @@ -220,5 +221,5 @@ /* - * End of "$Id: config.os2x,v 1.1.2.4.2.5 2002/04/24 18:29:05 easysw Exp $". + * End of "$Id: config.os2x,v 1.1.2.4.2.6 2002/04/28 16:41:16 easysw Exp $". */ -- cgit v1.2.3