From f1b3e74461d81f55f046392343fac6ccef750a3f Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Mon, 12 Mar 2012 19:49:19 -0500 Subject: [PATCH] 3dmov: Add missing GL headers --- src/apps/3dmov/Jamfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps/3dmov/Jamfile b/src/apps/3dmov/Jamfile index 135ae0af28..d11481480e 100644 --- a/src/apps/3dmov/Jamfile +++ b/src/apps/3dmov/Jamfile @@ -1,7 +1,14 @@ SubDir HAIKU_TOP src apps 3dmov ; +SubDirSysHdrs $(HAIKU_MESA_HEADERS) ; SetSubDirSupportedPlatformsBeOSCompatible ; +# For GCC2 +if $(HAIKU_GCC_VERSION[1]) < 3 { + SubDirC++Flags --no-warnings ; +} + + Application 3DMov : Application.cpp MainWindow.cpp