summaryrefslogtreecommitdiff
path: root/makefiles/makeinclude.mingw
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-07-08 20:14:07 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-07-08 20:14:07 +0000
commit81d431ccf556514c8a4f63d8f85617af3b6024ba (patch)
tree481e2374becb1749597c4dbc4b3ddfad722a4db5 /makefiles/makeinclude.mingw
parente8ccc2cf7cdc4b530712e120ba45eb851443cabf (diff)
Update MingW and OS/2 makeinclude files...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2496 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles/makeinclude.mingw')
-rw-r--r--makefiles/makeinclude.mingw7
1 files changed, 5 insertions, 2 deletions
diff --git a/makefiles/makeinclude.mingw b/makefiles/makeinclude.mingw
index 853bed571..3ae73821e 100644
--- a/makefiles/makeinclude.mingw
+++ b/makefiles/makeinclude.mingw
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.mingw,v 1.1.2.3.2.8 2002/06/26 12:03:28 easysw Exp $"
+# "$Id: makeinclude.mingw,v 1.1.2.3.2.9 2002/07/08 20:14:06 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
#
@@ -67,12 +67,14 @@ CXXFLAGS = -Wall -O2 -DWIN32
LIBNAME = ../lib/libfltk.a
FLLIBNAME = ../lib/libfltk_forms.a
GLLIBNAME = ../lib/libfltk_gl.a
+IMGLIBNAME = ../lib/libfltk_images.a
LIBCOMMAND = ar -ruv
RM = del
RANLIB = ranlib
DSONAME =
FLDSONAME =
GLDSONAME =
+IMGDSONAME =
DSOCOMMAND = echo
# libraries to link with (in addition to default libs):
@@ -81,6 +83,7 @@ GLDLIBS =-mwindows -lglu32 -lopengl32 -lgdi32 -lcomctl32 -lwsock32
LINKFLTK =-L../lib -lfltk
LINKFLTKGL =-L../lib -lfltk_gl
LINKFLTKFORMS =-L../lib -lfltk_forms -lfltk
+LINKFLTKIMG =-L../lib -lfltk_images -lfltk
IMAGELIBS =
# Do we build the OpenGL demos?
@@ -108,5 +111,5 @@ THREADS =threads
$(CXX) -I.. $(CXXFLAGS) $< -c
#
-# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.8 2002/06/26 12:03:28 easysw Exp $".
+# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.9 2002/07/08 20:14:06 easysw Exp $".
#