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>2008-05-01 22:20:00 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2008-05-01 22:20:00 +0400
commitbe303d0f8e62b269c55e4d9dd34c35ae6c1c8d46 (patch)
tree7ae7709e783159de2e68755912b267e7b1a51de2 /CMakeLists.txt
parent8c1b594ed3971059ef9ba27ddc429fe846320acc (diff)
* add MSVC9 check for lib_vs2008. (CMake users, please verify. Provided by zebulon).
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1c34233245a..b58fe945663 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -250,6 +250,10 @@ IF(WIN32)
ELSE (MSVC80)
SET(OPENEXR_LIBPATH ${OPENEXR}/lib_msvc)
ENDIF(MSVC80)
+ IF (MSVC90)
+ SET(OPENEXR_LIBPATH ${OPENEXR}/lib_vs2008)
+ ENDIF(MSVC90)
+
SET(QUICKTIME ${LIBDIR}/QTDevWin)
SET(QUICKTIME_INC ${QUICKTIME}/CIncludes)