From 1013215e2d3ebc4449469f8a2fdb363f24b3728a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 1 Feb 2006 16:14:47 +0000 Subject: [PATCH] made GLTeapot beos compatible git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16188 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/glteapot/Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/glteapot/Jamfile b/src/apps/glteapot/Jamfile index 8ed6fd608d..f4e0f36066 100644 --- a/src/apps/glteapot/Jamfile +++ b/src/apps/glteapot/Jamfile @@ -1,13 +1,13 @@ SubDir HAIKU_TOP src apps glteapot ; +SetSubDirSupportedPlatformsBeOSCompatible ; + Application GLTeapot : FPS.cpp GLObject.cpp ObjectView.cpp error.cpp teapot_main.cpp - - : libbe.so libGL.so libgame.so - + : be GL game : GLTeapot.rdef ;