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:
authorNathan Letwory <nathan@letworyinteractive.com>2006-02-25 17:53:27 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-25 17:53:27 +0300
commitd9f9e765009d264b43cd93f730bf7730af2d873d (patch)
treede47fa9be8032e668925260a99ee050b0bd0efca /config/win32-vc-config.py
parentfa1129dc1d52f40af2ca5c986a2feb5f7a320041 (diff)
==SCons==
+ SCons support for pthreads-win32. Library will be committed shortly into lib/windows, so be sure to check commit list and update that as well when the pthread lib is available.
Diffstat (limited to 'config/win32-vc-config.py')
-rw-r--r--config/win32-vc-config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index 906ff2694ff..6100bfd978f 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -24,6 +24,11 @@ BF_SDL_INC = '${BF_SDL}/include'
BF_SDL_LIB = 'SDL.lib'
BF_SDL_LIBPATH = '${BF_SDL}/lib'
+BF_PTHREADS = LCGDIR + '/pthreads'
+BF_PTHREADS_INC = '${BF_PTHREADS}/include'
+BF_PTHREADS_LIB = 'pthreadVC2'
+BF_PTHREADS_LIBPATH = '${BF_PTHREADS}/lib'
+
WITH_BF_FMOD = 'false'
BF_FMOD = LCGDIR + '/fmod'