3dmov: Add GL header dependency
This commit is contained in:
@@ -8,8 +8,7 @@ if $(HAIKU_GCC_VERSION[1]) < 3 {
|
|||||||
SubDirC++Flags --no-warnings ;
|
SubDirC++Flags --no-warnings ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
local sources =
|
||||||
Application 3DMov :
|
|
||||||
Application.cpp
|
Application.cpp
|
||||||
MainWindow.cpp
|
MainWindow.cpp
|
||||||
ViewObject.cpp
|
ViewObject.cpp
|
||||||
@@ -18,6 +17,12 @@ Application 3DMov :
|
|||||||
ViewCube.cpp
|
ViewCube.cpp
|
||||||
ViewSphere.cpp
|
ViewSphere.cpp
|
||||||
GLUtility.cpp
|
GLUtility.cpp
|
||||||
|
;
|
||||||
|
|
||||||
|
Includes [ FGristFiles $(sources) ] : $(HAIKU_MESA_HEADERS_DEPENDENCY) ;
|
||||||
|
|
||||||
|
Application 3DMov :
|
||||||
|
$(sources)
|
||||||
: be GL game $(HAIKU_LOCALE_LIBS) media translation $(TARGET_LIBSUPC++)
|
: be GL game $(HAIKU_LOCALE_LIBS) media translation $(TARGET_LIBSUPC++)
|
||||||
: 3dmov.rdef
|
: 3dmov.rdef
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user