summaryrefslogtreecommitdiff
path: root/makefiles/makeinclude.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/makeinclude.mingw')
-rw-r--r--makefiles/makeinclude.mingw9
1 files changed, 5 insertions, 4 deletions
diff --git a/makefiles/makeinclude.mingw b/makefiles/makeinclude.mingw
index ed0d008..a6a8643 100644
--- a/makefiles/makeinclude.mingw
+++ b/makefiles/makeinclude.mingw
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.mingw,v 1.1.2.3.2.11 2002/07/14 17:03:31 easysw Exp $"
+# "$Id: makeinclude.mingw,v 1.1.2.3.2.13 2004/07/23 19:26:26 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
# (this file for MingW using GCC 2.95.x)
@@ -81,6 +81,7 @@ FLLIBNAME = ../lib/libfltk_forms.a
GLLIBNAME = ../lib/libfltk_gl.a
IMGLIBNAME = ../lib/libfltk_images.a
LIBCOMMAND = ar -ruv
+LIBEXT = .a
RANLIB = ranlib
DSONAME =
FLDSONAME =
@@ -89,8 +90,8 @@ IMGDSONAME =
DSOCOMMAND = echo
# libraries to link with (in addition to default libs):
-LDLIBS =-mwindows -lgdi32 -lcomctl32 -lwsock32
-GLDLIBS =-mwindows -lglu32 -lopengl32 -lgdi32 -lcomctl32 -lwsock32
+LDLIBS =-mwindows -lole32 -luuid -lcomctl32 -lwsock32 -lsupc++
+GLDLIBS =-mwindows -lglu32 -lopengl32 -lole32 -luuid -lcomctl32 -lwsock32 -lsupc++
LINKFLTK =-L../lib -lfltk
LINKFLTKGL =-L../lib -lfltk_gl
LINKFLTKFORMS =-L../lib -lfltk_forms -lfltk
@@ -122,5 +123,5 @@ THREADS =threads
$(CXX) -I.. $(CXXFLAGS) $< -c
#
-# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.11 2002/07/14 17:03:31 easysw Exp $".
+# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.13 2004/07/23 19:26:26 easysw Exp $".
#