3dmov: Add missing GL headers

This commit is contained in:
Alexander von Gluck IV
2012-03-12 19:49:19 -05:00
parent 5874758653
commit f1b3e74461
+7
View File
@@ -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