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:
authorCampbell Barton <ideasman42@gmail.com>2010-02-13 17:18:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-13 17:18:54 +0300
commit0988f651462a965d0927755394b73f07874f77af (patch)
tree04409e79b5c77894d4299789ec37a4fd7c511c8b
parent4eb629c6963b44460d4cdd63c13218c308f13cd5 (diff)
fix for blenderplayer building.
-rw-r--r--intern/smoke/intern/VEC3.h2
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c6
2 files changed, 7 insertions, 1 deletions
diff --git a/intern/smoke/intern/VEC3.h b/intern/smoke/intern/VEC3.h
index 98c4555ac5f..c928d9a70dd 100644
--- a/intern/smoke/intern/VEC3.h
+++ b/intern/smoke/intern/VEC3.h
@@ -938,8 +938,8 @@ template<class Scalar>
std::ostream&
operator<<( std::ostream& os, const BasicVector::Vector3Dim<Scalar>& i )
{
- char buf[256];
#if 0
+ char buf[256];
#if _WIN32
sprintf(buf,globVecFormatStr, (double)i[0],(double)i[1],(double)i[2]);
#else
diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 5c8223182e6..859b1e06fdd 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -321,3 +321,9 @@ int CSG_PerformBooleanOperation(
CSG_FaceIteratorDescriptor obBFaces,
CSG_VertexIteratorDescriptor obBVertices)
{ return 0;}
+
+const char * build_date= "";
+const char * build_time= "";
+const char * build_rev= "";
+const char * build_platform= "";
+const char * build_type= "";