summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-06-01 14:49:51 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-06-01 14:49:51 +0000
commit213be089725d186115deec4d189570a8b4f354af (patch)
treedf64d8fa5a2575a8df1b500b29a3b993627d3804 /makefiles
parentca116a1b6c2e63aa9ecedd3992bd6437f076154c (diff)
FLTK now builds with the current release of MinGW (STR #325, STR
#401, STR #402) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3432 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/makeinclude.mingw8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefiles/makeinclude.mingw b/makefiles/makeinclude.mingw
index ed0d00879..156b6fd2d 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.12 2004/06/01 14:49:51 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
# (this file for MingW using GCC 2.95.x)
@@ -89,8 +89,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 +122,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.12 2004/06/01 14:49:51 easysw Exp $".
#