mirror of https://github.com/fltk/fltk
Updated Cygnus/MingW32 makeinclude files.
git-svn-id: file:///fltk/svn/fltk/trunk@221 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
56a6355291
commit
b1c2388628
|
@ -33,6 +33,6 @@ LIBCOMMAND =ar -ruv
|
|||
RANLIB =ranlib
|
||||
|
||||
# libraries to link with:
|
||||
LDLIBS =-lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lm
|
||||
LDLIBS =-lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lwsock32 -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 -lmsvcrt -lm -mwindows
|
||||
LDLIBS =-lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lwsock32 -lm -mwindows
|
||||
|
||||
INSTALL =/CYGNUS/B19/H-I386~1/BIN/install -c
|
||||
|
|
Loading…
Reference in New Issue