From 3c9b0b9d95ce7bbacb0e7a3a87e638828f067ead Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 8 Dec 1998 21:14:47 +0000 Subject: Updated makeinclude files for Cygnus and MingW32 compilers - LIBCOMMAND now instead of AR. git-svn-id: file:///fltk/svn/fltk/trunk@156 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makefiles/makeinclude.mingw32 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'makefiles/makeinclude.mingw32') diff --git a/makefiles/makeinclude.mingw32 b/makefiles/makeinclude.mingw32 index 3390f113a..02027ac5f 100644 --- a/makefiles/makeinclude.mingw32 +++ b/makefiles/makeinclude.mingw32 @@ -19,12 +19,10 @@ CC =g++ # flags for C++ compiler: CFLAGS =-Wall -O2 -DWIN32 CXXFLAGS =-Wall -O2 -DWIN32 -CXXFLAGS_D =-Wall -g -DDEBUG -DWIN32 # program to make the archive: LIBNAME =libfltk.a -LIBNAME_D =libfltk_d.a -AR =ar -ruv +LIBCOMMAND =ar -ruv RANLIB =ranlib # libraries to link with: -- cgit v1.2.3