diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-28 21:04:37 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-28 21:04:37 +0000 |
| commit | 6a6e4ab66c655d2d897c3382a03cd9754257cf01 (patch) | |
| tree | d63153819df5f6528f4a91afea23fe143563f135 /makeinclude.in | |
| parent | 96094e5617f0762538b12d5ba3cfead3d809b73c (diff) | |
Separate the extra image functions into fltk_images.
Add new fl_register_images() function to register the extra file formats
with Fl_Shared_Image.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2329 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 0990e82d0..76329b1b0 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.in,v 1.7.2.11.2.18 2002/03/25 21:39:01 easysw Exp $" +# "$Id: makeinclude.in,v 1.7.2.11.2.19 2002/06/28 21:04:35 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @configure_input@ @@ -53,11 +53,13 @@ CXXFLAGS =$(OPTIM) @CXXFLAGS@ LIBNAME =@LIBNAME@ FLLIBNAME =@FLLIBNAME@ GLLIBNAME =@GLLIBNAME@ +IMGLIBNAME =@IMGLIBNAME@ LIBCOMMAND =@LIBCOMMAND@ RANLIB =@RANLIB@ DSONAME =@DSONAME@ FLDSONAME =@FLDSONAME@ GLDSONAME =@GLDSONAME@ +IMGDSONAME =@IMGDSONAME@ DSOCOMMAND =@DSOCOMMAND@ # libraries to link with: @@ -66,6 +68,7 @@ GLDLIBS =@LDFLAGS@ @GLLIB@ @LIBS@ $(LDFLAGS_MIPSPRO) LINKFLTK =-L../lib @LINKFLTK@ LINKFLTKGL =-L../lib @LINKFLTKGL@ LINKFLTKFORMS =-L../lib -lfltk_forms @LINKFLTK@ +LINKFLTKIMG =-L../lib -lfltk_images @LINKFLTK@ $(IMAGELIBS) IMAGELIBS =@IMAGELIBS@ # Do we build the OpenGL demos? @@ -116,5 +119,5 @@ CAT3EXT =@CAT3EXT@ mv t.z $@ # -# End of "$Id: makeinclude.in,v 1.7.2.11.2.18 2002/03/25 21:39:01 easysw Exp $". +# End of "$Id: makeinclude.in,v 1.7.2.11.2.19 2002/06/28 21:04:35 easysw Exp $". # |
