From 41a84d9ccb734cda14b54bf4fcc2d5d7fb46b52a Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Fri, 1 Jul 2005 14:42:07 +0000 Subject: [PATCH] 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 --- src/kits/opengl/Jamfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/kits/opengl/Jamfile b/src/kits/opengl/Jamfile index 3123a6b8ec..a25c522cc4 100644 --- a/src/kits/opengl/Jamfile +++ b/src/kits/opengl/Jamfile @@ -17,9 +17,10 @@ SubDirC++Flags -DUSE_3DNOW_ASM -DUSE_SSE_ASM ; +# GLView.cpp includes indirectly # 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 but the main/image.h will be find first! +# Otherwise, src/kits/opengl/mesa/main/image.h will be found first! # :-( Objects @@ -41,8 +42,8 @@ SharedLibrary GL : GLView.o GLDispatcher.cpp mesa/$(OBOS_ARCH)/glapi_$(OBOS_ARCH).S - : - # GLU API is included in libGL.so under BeOS R5, not a separate libglu.so library + : + # GLU API is included in libGL.so under BeOS R5, not a separate libglu.so library sgi-glu.o # GLUT API is included in libGL.so under Haiku, not a separate libglut.so library @@ -63,4 +64,3 @@ RelSymLink 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 ; -