summaryrefslogtreecommitdiff
path: root/visualc/config.h
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-09-23 13:08:03 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-09-23 13:08:03 +0000
commit91b72d091872048fe0cdb11b67b2be86c34fccc9 (patch)
treeee1e3f8bb20b3ec0f3aef43380e7517839c52d5a /visualc/config.h
parent5aa3ce735eb514bee64d878d9443ae1704d2cc33 (diff)
Update VC++ project files.
Add support for FLTK_DOCDIR env var. to FLUID. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1588 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'visualc/config.h')
-rw-r--r--visualc/config.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/visualc/config.h b/visualc/config.h
index 5b4b53792..5794618ff 100644
--- a/visualc/config.h
+++ b/visualc/config.h
@@ -1,5 +1,5 @@
/*
- * "$Id: config.h,v 1.5.2.5.2.2 2001/08/19 00:14:11 easysw Exp $"
+ * "$Id: config.h,v 1.5.2.5.2.3 2001/09/23 13:08:03 easysw Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++.
*
@@ -23,8 +23,13 @@
* Please report all bugs and problems to "fltk-bugs@fltk.org".
*/
+/*
+ * Where to find the documentation files...
+ */
+
#define FLTK_DOCDIR "C:/FLTK/DOC"
+
/*
* BORDER_WIDTH:
*
@@ -169,5 +174,5 @@
#undef HAVE_PNG_GET_VALID
/*
- * End of "$Id: config.h,v 1.5.2.5.2.2 2001/08/19 00:14:11 easysw Exp $".
+ * End of "$Id: config.h,v 1.5.2.5.2.3 2001/09/23 13:08:03 easysw Exp $".
*/