diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-24 14:50:20 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-24 14:50:20 +0000 |
| commit | d1a1367fead1aeda3b6e97018baf3746ea817177 (patch) | |
| tree | 0cc6fb544aa725c08f5b3f13a7e590d35057ea7a /makefiles/config.mingw | |
| parent | e0a7046b8036ae2ef4b2d3a602447c2b1c5b64a0 (diff) | |
MingW updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2255 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles/config.mingw')
| -rw-r--r-- | makefiles/config.mingw | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makefiles/config.mingw b/makefiles/config.mingw index f89b5e0de..095fea8f9 100644 --- a/makefiles/config.mingw +++ b/makefiles/config.mingw @@ -1,5 +1,5 @@ /* - * "$Id: config.mingw,v 1.1.2.3.2.6 2002/05/21 18:13:31 easysw Exp $" + * "$Id: config.mingw,v 1.1.2.3.2.7 2002/05/24 14:50:20 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -56,7 +56,7 @@ * library files. Consult the README.win32 file for further details. */ -#define HAVE_GL 0 +#define HAVE_GL 1 /* * HAVE_GL_GLU_H: @@ -216,5 +216,5 @@ /* - * End of "$Id: config.mingw,v 1.1.2.3.2.6 2002/05/21 18:13:31 easysw Exp $". + * End of "$Id: config.mingw,v 1.1.2.3.2.7 2002/05/24 14:50:20 easysw Exp $". */ |
