From 213be089725d186115deec4d189570a8b4f354af Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 1 Jun 2004 14:49:51 +0000 Subject: 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 --- makefiles/makeinclude.mingw | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'makefiles/makeinclude.mingw') 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 $". # -- cgit v1.2.3