Fixed a typo and try to make clearer image.h include issue.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13389 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2005-07-01 14:42:07 +00:00
parent 7289c3d491
commit 41a84d9ccb
+2 -2
View File
@@ -17,9 +17,10 @@ SubDirC++Flags
-DUSE_3DNOW_ASM -DUSE_3DNOW_ASM
-DUSE_SSE_ASM ; -DUSE_SSE_ASM ;
# GLView.cpp includes indirectly <image.h>
# As our build system don't support <> / " " include difference, # As our build system don't support <> / " " include difference,
# we should compile GLView *before* Mesa's include paths are added. # we should compile GLView *before* Mesa's include paths are added.
# Otherwise, GLView.cpp include inderectly <image.h> but the main/image.h will be find first! # Otherwise, src/kits/opengl/mesa/main/image.h will be found first!
# :-( # :-(
Objects Objects
@@ -63,4 +64,3 @@ RelSymLink <develop>libGL.so : libGL.so ;
SubInclude OBOS_TOP src kits opengl glu ; SubInclude OBOS_TOP src kits opengl glu ;
SubInclude OBOS_TOP src kits opengl glut ; SubInclude OBOS_TOP src kits opengl glut ;
SubInclude OBOS_TOP src kits opengl mesa ; SubInclude OBOS_TOP src kits opengl mesa ;