include relative full path for vectormath_aos.h, and fix minor typo in glut.h

This commit is contained in:
erwin.coumans
2009-09-07 17:42:12 +00:00
parent 52971076f5
commit df550730da
3 changed files with 4 additions and 3 deletions

View File

@@ -58,7 +58,6 @@ typedef unsigned short int wchar_t;
#else #else
#pragma message("Note: including lib: glut32.lib\n") #pragma message("Note: including lib: glut32.lib\n")
#pragma comment (lib, "glut32.lib") /* link with Win32 GLUT lib */ #pragma comment (lib, "glut32.lib") /* link with Win32 GLUT lib */
asb
#endif #endif
#pragma warning (disable:4244) /* Disable bogus conversion warnings. */ #pragma warning (disable:4244) /* Disable bogus conversion warnings. */

View File

@@ -23,7 +23,8 @@ subject to the following restrictions:
#endif #endif
#include <math.h> #include <math.h>
#include <vectormath_aos.h> #include "BulletMultiThreaded/vectormath/scalar/cpp/vectormath_aos.h"
//<vectormath_aos.h>
using namespace Vectormath::Aos; using namespace Vectormath::Aos;

View File

@@ -30,7 +30,8 @@
#ifndef AOS_VECTORMATH_BULLET_CONVERT_H #ifndef AOS_VECTORMATH_BULLET_CONVERT_H
#define AOS_VECTORMATH_BULLET_CONVERT_H #define AOS_VECTORMATH_BULLET_CONVERT_H
#include <vectormath_aos.h> //#include <vectormath_aos.h>
#include "BulletMultiThreaded/vectormath/scalar/cpp/vectormath_aos.h"
#include "LinearMath/btVector3.h" #include "LinearMath/btVector3.h"
#include "LinearMath/btQuaternion.h" #include "LinearMath/btQuaternion.h"
#include "LinearMath/btMatrix3x3.h" #include "LinearMath/btMatrix3x3.h"