From 99a77abfdfc2adafa32dbef47ce531d8955dfd88 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Thu, 28 Jul 2005 23:17:52 +0000 Subject: [PATCH] Added an OpenGLKit pseudo-target. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13844 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Jamfile b/Jamfile index 44e72cd216..07cfb7335f 100644 --- a/Jamfile +++ b/Jamfile @@ -114,4 +114,12 @@ Depends InputKit : Mouse ; +# Pseudo-target to build the OpenGL kit only +NotFile OpenGLKit ; +Depends OpenGLKit : + libGL.so + GLTeapot + GLInfo +; + SubInclude OBOS_TOP src ;