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>2007-03-03 14:28:15 +0300
committerAndrea Weikert <elubie@gmx.net>2007-03-03 14:28:15 +0300
commitd1b17f8c307abb9d4fc6fc9820144872c8be57e4 (patch)
treeba73597bf3b37fae0b232863fcac6c0a0f88d8d9 /source/blender/imbuf
parent73545179a3fd99a21f5e71f9c742035a3d2d4044 (diff)
==== MSVC 7.1 project files ====
- fix for 3DPlugin compile - cleanup of bullet path - removed PHY_ODE project from 3D plugin too, not used anymore Now all configurations should build again, let me know of any problems! Not been able to test if the 3DPlugin is actually working,is job for another day ;) Also the 3DPlugin is compiled without OpenExr, this needs to be looked into once too.
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/openexr/openexr_api.cpp b/source/blender/imbuf/intern/openexr/openexr_api.cpp
index 0467c544b03..983ab101893 100644
--- a/source/blender/imbuf/intern/openexr/openexr_api.cpp
+++ b/source/blender/imbuf/intern/openexr/openexr_api.cpp
@@ -37,7 +37,7 @@ extern "C"
{
// The following prevents a linking error in debug mode for MSVC using the libs in CVS
-#if defined(_WIN32) && defined(_DEBUG) && !defined(__MINGW32__) && !defined(__CYGWIN__)
+#if defined(WITH_OPENEXR) && defined(_WIN32) && defined(_DEBUG) && !defined(__MINGW32__) && !defined(__CYGWIN__)
_CRTIMP void __cdecl _invalid_parameter_noinfo(void)
{
}