summaryrefslogtreecommitdiff
path: root/watcom.mif
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-08-28 17:33:56 +0000
committerFabien Costantini <fabien@onepost.net>2008-08-28 17:33:56 +0000
commite77a5d14d831a5cc247396aa6911f31371d2e2d3 (patch)
tree91fe3e1feb9f29677a81ab1d825422b1a685f7ee /watcom.mif
parent5156431137c00d526b9ddafab694db9a05a9f7fe (diff)
wsock32 static lib dependency removal from win build files.
error msg if wsock load fails changed by Fl::fatal() API use. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6174 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'watcom.mif')
-rw-r--r--watcom.mif2
1 files changed, 1 insertions, 1 deletions
diff --git a/watcom.mif b/watcom.mif
index 368631c28..a042ae45a 100644
--- a/watcom.mif
+++ b/watcom.mif
@@ -133,7 +133,7 @@ LIBS = $(LIBNAME) $(LIBNAMEFL) $(LIBNAMEGL) $(LIBNAMEIMG)
!ifeqi TARGET nt # WINDOWS 32 bit
SYSDEF= -DWIN32
ASYSDEF=
-SYSLIBS=wsock32.lib mpr.lib glu32.lib opengl32.lib
+SYSLIBS=mpr.lib glu32.lib opengl32.lib
EXEEXT=.exe
!else ifeqi TARGET linux # Linux Intel 32 bit generic