mirror of https://github.com/fltk/fltk
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:
parent
27b2249266
commit
74b2965417
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue