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-27 03:03:18 +0300
committerChris Want <cwant@ualberta.ca>2006-02-27 03:03:18 +0300
commit9a21866aec7a8d68ad90ff8fda70d7b86fff134b (patch)
tree4d599eec60bcc5d223e811fa7a604abf85226a8d /source/Makefile
parent3f5fd39e289008fa876d8abcf6171321d1016c09 (diff)
pthreads for Makefiles/cygwin (don't forget to update lib/windows).
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index cc679b2ddda..f31bad66f82 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -212,6 +212,7 @@ endif
ifeq ($(OS), windows)
ifeq ($(FREE_WINDOWS), true)
COMLIB += $(NAN_SDL)/lib/libSDL.a
+ COMLIB += $(NAN_PTHREADS)/lib/libpthreadGC2.a
else
COMLIB += $(NAN_SDL)/lib/SDL.lib
endif