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
|
||||||
@@ -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