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.cygnus | |
| 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.cygnus')
| -rw-r--r-- | makefiles/makeinclude.cygnus | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/makefiles/makeinclude.cygnus b/makefiles/makeinclude.cygnus index 239e87661..7d7390c4e 100644 --- a/makefiles/makeinclude.cygnus +++ b/makefiles/makeinclude.cygnus @@ -26,12 +26,10 @@ CC =gcc # flags for C++ compiler: CFLAGS =-Wall -O2 -DCYGNUS CXXFLAGS =-Wall -O2 -DCYGNUS -CXXFLAGS_D =-Wall -g -DDEBUG -DCYGNUS # 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: |
