diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-13 14:31:39 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-13 14:31:39 +0000 |
| commit | 74b29654172129a22e31693e272b1c26c12a4044 (patch) | |
| tree | 2a6b2844cc3abf7535cbaf374cb4107b56def669 /makefiles | |
| parent | 27b224926616c42032aba0f7050efcf047e44322 (diff) | |
Updated EGCS makeinclude files to use the MSVCRT C library.
git-svn-id: file:///fltk/svn/fltk/trunk@206 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles')
| -rw-r--r-- | makefiles/makeinclude.cygnus | 2 | ||||
| -rw-r--r-- | makefiles/makeinclude.mingw32 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/makefiles/makeinclude.cygnus b/makefiles/makeinclude.cygnus index f315bd3e1..f7959abe2 100644 --- a/makefiles/makeinclude.cygnus +++ b/makefiles/makeinclude.cygnus @@ -33,6 +33,6 @@ LIBCOMMAND =ar -ruv RANLIB =ranlib # libraries to link with: -LDLIBS =-lgdi32 -luser32 -lglu32 -lopengl32 -lm +LDLIBS =-lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lm INSTALL =/CYGNUS/B19/H-I386~1/BIN/install -c diff --git a/makefiles/makeinclude.mingw32 b/makefiles/makeinclude.mingw32 index d9a2f4451..8a24aed85 100644 --- a/makefiles/makeinclude.mingw32 +++ b/makefiles/makeinclude.mingw32 @@ -26,6 +26,6 @@ LIBCOMMAND =ar -ruv RANLIB =ranlib # libraries to link with: -LDLIBS =-lgdi32 -luser32 -lglu32 -lopengl32 -lm -mwindows +LDLIBS =-lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lm -mwindows INSTALL =/CYGNUS/B19/H-I386~1/BIN/install -c |
