diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-08 21:14:47 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-08 21:14:47 +0000 |
| commit | 3c9b0b9d95ce7bbacb0e7a3a87e638828f067ead (patch) | |
| tree | 58199891169b2ef689b9289071850998d5d12eb6 /makefiles/makeinclude.mingw32 | |
| parent | 57a983ea8303e55a534270c23fc34d0b7efe1e31 (diff) | |
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
Diffstat (limited to 'makefiles/makeinclude.mingw32')
| -rw-r--r-- | makefiles/makeinclude.mingw32 | 4 |
1 files changed, 1 insertions, 3 deletions
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: |
