diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-19 00:14:12 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-19 00:14:12 +0000 |
| commit | e864789db9c66f588c232d1a901b92beb8e8d817 (patch) | |
| tree | c9a31e829cf53009229a15a0edf8617ac9139e49 /visualc/config.h | |
| parent | f0dffee99942468c4ff981c8857b4de1f2273191 (diff) | |
Fix Visual C++ projects.
One more fix for makesrcdist...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1578 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'visualc/config.h')
| -rw-r--r-- | visualc/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/visualc/config.h b/visualc/config.h index 6ad48fa47..5b4b53792 100644 --- a/visualc/config.h +++ b/visualc/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.5.2.5.2.1 2001/08/03 02:28:32 easysw Exp $" + * "$Id: config.h,v 1.5.2.5.2.2 2001/08/19 00:14:11 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. * @@ -23,6 +23,8 @@ * Please report all bugs and problems to "fltk-bugs@fltk.org". */ +#define FLTK_DOCDIR "C:/FLTK/DOC" + /* * BORDER_WIDTH: * @@ -167,5 +169,5 @@ #undef HAVE_PNG_GET_VALID /* - * End of "$Id: config.h,v 1.5.2.5.2.1 2001/08/03 02:28:32 easysw Exp $". + * End of "$Id: config.h,v 1.5.2.5.2.2 2001/08/19 00:14:11 easysw Exp $". */ |
