diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-14 21:02:24 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-14 21:02:24 +0000 |
| commit | 4ef0817b83113c7231e3866942d71708026d30d6 (patch) | |
| tree | e3a65fb98398d2e3fc4147e8329aef8e369b507c /makeinclude.in | |
| parent | 40750fb3528c4bec60ee1dfe4f6c06186bec39fd (diff) | |
Disable threading by default.
Remove 2.0 FL_API defines from threads.h, since that header is not part
of the library.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1848 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/makeinclude.in b/makeinclude.in index 6b39599f4..72a9d7967 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.in,v 1.7.2.11.2.12 2001/12/14 19:34:29 easysw Exp $" +# "$Id: makeinclude.in,v 1.7.2.11.2.13 2001/12/14 21:02:24 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @configure_input@ @@ -67,6 +67,9 @@ IMAGELIBS =@IMAGELIBS@ # Do we build the OpenGL demos? GLDEMOS =@GLDEMOS@ +# Do we build the threads demo? +THREADS =@THREADS@ + # The extension to use for executables... EXEEXT =@EXEEXT@ @@ -109,5 +112,5 @@ CAT3EXT =@CAT3EXT@ mv t.z $@ # -# End of "$Id: makeinclude.in,v 1.7.2.11.2.12 2001/12/14 19:34:29 easysw Exp $". +# End of "$Id: makeinclude.in,v 1.7.2.11.2.13 2001/12/14 21:02:24 easysw Exp $". # |
