Update the Jamfile a bit adding OpenGLView.cpp to the DoCatalogs list.
This commit is contained in:
@@ -8,6 +8,7 @@ if $(HAIKU_GCC_VERSION[1]) < 3 {
|
|||||||
|
|
||||||
UsePrivateHeaders interface ;
|
UsePrivateHeaders interface ;
|
||||||
|
|
||||||
|
|
||||||
local sources =
|
local sources =
|
||||||
OpenGLApp.cpp
|
OpenGLApp.cpp
|
||||||
OpenGLWindow.cpp
|
OpenGLWindow.cpp
|
||||||
@@ -16,7 +17,7 @@ local sources =
|
|||||||
ExtensionsView.cpp
|
ExtensionsView.cpp
|
||||||
InfoView.cpp
|
InfoView.cpp
|
||||||
GearsView.cpp
|
GearsView.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
Includes [ FGristFiles $(sources) ] : $(HAIKU_MESA_HEADERS_DEPENDENCY) ;
|
Includes [ FGristFiles $(sources) ] : $(HAIKU_MESA_HEADERS_DEPENDENCY) ;
|
||||||
# Dependency needed to trigger downloading/unzipping the package before
|
# Dependency needed to trigger downloading/unzipping the package before
|
||||||
@@ -27,7 +28,7 @@ Preference 3DRendering
|
|||||||
: be GL translation libcolumnlistview.a $(HAIKU_LOCALE_LIBS)
|
: be GL translation libcolumnlistview.a $(HAIKU_LOCALE_LIBS)
|
||||||
$(TARGET_LIBSUPC++)
|
$(TARGET_LIBSUPC++)
|
||||||
: 3DRendering.rdef
|
: 3DRendering.rdef
|
||||||
;
|
;
|
||||||
|
|
||||||
DoCatalogs 3DRendering :
|
DoCatalogs 3DRendering :
|
||||||
x-vnd.Haiku-3DRendering
|
x-vnd.Haiku-3DRendering
|
||||||
@@ -35,6 +36,6 @@ DoCatalogs 3DRendering :
|
|||||||
CapabilitiesView.cpp
|
CapabilitiesView.cpp
|
||||||
ExtensionsView.cpp
|
ExtensionsView.cpp
|
||||||
InfoView.cpp
|
InfoView.cpp
|
||||||
|
OpenGLView.cpp
|
||||||
OpenGLWindow.cpp
|
OpenGLWindow.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user