Cleanup: Remove special code for Visual Studio 2008.

Goodbye VC2008, it has been a pleasure (more or less) :D SCons / CMake cleaenup will follow.
Differential Revision: https://developer.blender.org/D715
This commit is contained in:
Thomas Dinges
2014-08-07 13:51:05 +02:00
parent f82dda557c
commit e3ed13cbd4
15 changed files with 7 additions and 181 deletions

View File

@@ -84,7 +84,7 @@ void DrawRasterizerLine(const float* from,const float* to,int color);
// This was copied from the old KX_ConvertPhysicsObjects
#ifdef WIN32
#if defined(_MSC_VER) && (_MSC_VER >= 1310)
#ifdef _MSC_VER
//only use SIMD Hull code under Win32
//#define TEST_HULL 1
#ifdef TEST_HULL