aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2002-03-19 12:01:09 +0000
committerKim F. Storm <[email protected]>2002-03-19 12:01:09 +0000
commitc4aca2a37bdf62c677311520fe4dfd8701f8c96f (patch)
tree024fc8064e510b5a4cab258396b724f65f09a167 /src/makefile.w32-in
parent559ac4c15da993e016c25b1810a35646e9b463e5 (diff)
(LIBS): Add $(WSOCK32). From David Ponce <[email protected]>.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index b9b1b2a85a..10ab92dffa 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -137,6 +137,7 @@ LIBS = $(TLIB0) \
$(GDI32) \
$(COMDLG32) \
$(USER32) \
+ $(WSOCK32) \
$(MPR) \
$(SHELL32) \
$(libc)