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
path: root/config
diff options
context:
space:
mode:
authorSimon Clitherow <aphex@nildram.co.uk>2007-01-01 15:01:41 +0300
committerSimon Clitherow <aphex@nildram.co.uk>2007-01-01 15:01:41 +0300
commit6f5512c3a65a845f3611472deedd23cbb22b2061 (patch)
tree41ac4c6595463cceb4212e2b42f52031cbb7c2c1 /config
parent87e4cf1283ef78e43fcea420fb7fa496a0c45110 (diff)
Corrected IThread.lib to IlmThread.lib.. thanks Stephane :)
Diffstat (limited to 'config')
-rw-r--r--config/win32-vc-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index 7234925a812..edd4c10aefa 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -47,7 +47,7 @@ BF_FMOD = LIBDIR + '/fmod'
WITH_BF_OPENEXR = 'true'
BF_OPENEXR = LIBDIR + '/openexr'
BF_OPENEXR_INC = '${BF_OPENEXR}/include ${BF_OPENEXR}/include/IlmImf ${BF_OPENEXR}/include/Iex ${BF_OPENEXR}/include/Imath '
-BF_OPENEXR_LIB = ' Iex Half IlmImf Imath IThread '
+BF_OPENEXR_LIB = ' Iex Half IlmImf Imath IlmThread '
BF_OPENEXR_LIBPATH = '${BF_OPENEXR}/lib_msvc'
WITH_BF_JPEG = 'true'