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:
authorAndrea Weikert <elubie@gmx.net>2009-04-13 00:34:46 +0400
committerAndrea Weikert <elubie@gmx.net>2009-04-13 00:34:46 +0400
commite625d9875e65fc0c195e2c6e5ca8d6738c9a5c58 (patch)
tree9eb93985fa3d83195df21d4d62f3053cadb38934 /extern/bullet2
parent8a7a98cbdd7b3f4571185d294801514bb68f1213 (diff)
2.5 MSVC projectfiles
- added missing files - cleanup of some project settings - RNA building has dependency issue: had to add interface_api.c to the makesrna project and makesrna and rna projects now include editors. - added debug libraries for OpenExr, please update lib/windows/openexr to get them
Diffstat (limited to 'extern/bullet2')
-rw-r--r--extern/bullet2/make/msvc_9_0/Bullet.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/bullet2/make/msvc_9_0/Bullet.vcproj b/extern/bullet2/make/msvc_9_0/Bullet.vcproj
index 6ec064913a5..e64cf4c8564 100644
--- a/extern/bullet2/make/msvc_9_0/Bullet.vcproj
+++ b/extern/bullet2/make/msvc_9_0/Bullet.vcproj
@@ -45,7 +45,7 @@
Optimization="0"
AdditionalIncludeDirectories="..\..\src"
PreprocessorDefinitions="_DEBUG;_LIB;WIN32;BUM_INLINED;USE_ALGEBRAIC"
- ExceptionHandling="0"
+ ExceptionHandling="1"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"