Updated EGCS makeinclude files to use the MSVCRT C library.

git-svn-id: file:///fltk/svn/fltk/trunk@206 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1999-01-13 14:31:39 +00:00
parent 27b2249266
commit 74b2965417
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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