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 | |
| 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
| -rw-r--r-- | makefiles/makeinclude.cygnus | 4 | ||||
| -rw-r--r-- | makefiles/makeinclude.mingw32 | 4 |
2 files changed, 2 insertions, 6 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: 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: |
