Updated Cygnus/MingW32 makeinclude files.

git-svn-id: file:///fltk/svn/fltk/trunk@221 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1999-01-13 19:41:19 +00:00
parent 56a6355291
commit b1c2388628
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 -lmsvcrt -lm
LDLIBS =-lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lwsock32 -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 -lmsvcrt -lm -mwindows
LDLIBS =-lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lwsock32 -lm -mwindows
INSTALL =/CYGNUS/B19/H-I386~1/BIN/install -c