From b1c23886283c665916ef68253ba44a575126f601 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 13 Jan 1999 19:41:19 +0000 Subject: [PATCH] Updated Cygnus/MingW32 makeinclude files. git-svn-id: file:///fltk/svn/fltk/trunk@221 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makefiles/makeinclude.cygnus | 2 +- makefiles/makeinclude.mingw32 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makefiles/makeinclude.cygnus b/makefiles/makeinclude.cygnus index f7959abe2..3ff44feac 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 -lmsvcrt -lm +LDLIBS =-lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lwsock32 -lm INSTALL =/CYGNUS/B19/H-I386~1/BIN/install -c diff --git a/makefiles/makeinclude.mingw32 b/makefiles/makeinclude.mingw32 index 8a24aed85..55f70f36f 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 -lmsvcrt -lm -mwindows +LDLIBS =-lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lwsock32 -lm -mwindows INSTALL =/CYGNUS/B19/H-I386~1/BIN/install -c