fix for blenderplayer building.

This commit is contained in:
Campbell Barton 2010-02-13 14:18:54 +00:00
parent 4eb629c696
commit 0988f65146
2 changed files with 7 additions and 1 deletions

@ -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

@ -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= "";