Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2006-02-06 07:25:20 +0300
committerChris Want <cwant@ualberta.ca>2006-02-06 07:25:20 +0300
commit7263b0f6df0a8dae691427a5dadb931f5ca95c0b (patch)
tree4339d206a3555212883b594106e580457651738f /source/nan_link.mk
parentcd4a6b669b3071c5b0f2b6d81843a5b21dffc106 (diff)
The writeframeserver stuff requires that the cygwin stuff links with
-lwsock32.
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index e1910336e5a..40d146e4246 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -142,7 +142,7 @@ ifeq ($(OS),windows)
MINGWLIB = /usr/lib/w32api
LDFLAGS += -mwindows -mno-cygwin -mconsole
DADD += -L/usr/lib/w32api -lnetapi32 -lopengl32 -lglu32
- DADD += -L/usr/lib/w32api -lwinmm
+ DADD += -L/usr/lib/w32api -lwinmm -lwsock32
else
DADD = kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
DADD += advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib