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 ;
|
||||
|
||||
|
||||
local sources =
|
||||
OpenGLApp.cpp
|
||||
OpenGLWindow.cpp
|
||||
@@ -16,7 +17,7 @@ local sources =
|
||||
ExtensionsView.cpp
|
||||
InfoView.cpp
|
||||
GearsView.cpp
|
||||
;
|
||||
;
|
||||
|
||||
Includes [ FGristFiles $(sources) ] : $(HAIKU_MESA_HEADERS_DEPENDENCY) ;
|
||||
# Dependency needed to trigger downloading/unzipping the package before
|
||||
@@ -27,7 +28,7 @@ Preference 3DRendering
|
||||
: be GL translation libcolumnlistview.a $(HAIKU_LOCALE_LIBS)
|
||||
$(TARGET_LIBSUPC++)
|
||||
: 3DRendering.rdef
|
||||
;
|
||||
;
|
||||
|
||||
DoCatalogs 3DRendering :
|
||||
x-vnd.Haiku-3DRendering
|
||||
@@ -35,6 +36,6 @@ DoCatalogs 3DRendering :
|
||||
CapabilitiesView.cpp
|
||||
ExtensionsView.cpp
|
||||
InfoView.cpp
|
||||
OpenGLView.cpp
|
||||
OpenGLWindow.cpp
|
||||
;
|
||||
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user