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:
@@ -17,9 +17,10 @@ SubDirC++Flags
|
||||
-DUSE_3DNOW_ASM
|
||||
-DUSE_SSE_ASM ;
|
||||
|
||||
# GLView.cpp includes indirectly <image.h>
|
||||
# As our build system don't support <> / " " include difference,
|
||||
# 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
|
||||
@@ -63,4 +64,3 @@ RelSymLink <develop>libGL.so : libGL.so ;
|
||||
SubInclude OBOS_TOP src kits opengl glu ;
|
||||
SubInclude OBOS_TOP src kits opengl glut ;
|
||||
SubInclude OBOS_TOP src kits opengl mesa ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user