Windows programmers: Beware! The case of the filename is significant in #include directives - even though the lame-ass M$ compiler doesn't check it.

This commit is contained in:
sjbaker
2006-12-23 16:20:00 +00:00
parent a354cb67c4
commit 8d92ca34c2
4 changed files with 567 additions and 213 deletions

View File

@@ -26,7 +26,7 @@ subject to the following restrictions:
#include "LinearMath/btIDebugDraw.h"
#include "BMF_Api.h"
#include "GL_ShapeDrawer.h"
#include "doublePrecisionDemo.h"
#include "DoublePrecisionDemo.h"
#include "GlutStuff.h"
#include "GLDebugDrawer.h"