VirtualBox

Ignore:
Timestamp:
Oct 13, 2009 2:46:44 PM (15 years ago)
Author:
vboxsync
Message:

video 2d accel: move gl 2D support check to a separate executable (enabled for win for now), code cleaning, bug-fixing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r23452 r23732  
    484484if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL)
    485485 VirtualBox_SOURCES += \
    486         src/VBoxFBQGL.cpp \
    487         src/VBoxFBOverlay.cpp
     486    src/VBoxFBQGL.cpp \
     487    src/VBoxFBOverlay.cpp \
     488    src/VBoxGLSupportInfo.cpp
    488489endif
    489490# The Qt modules we're using.
     
    645646endif # darwin
    646647
     648#
     649# App for testing GL support
     650#
     651if defined(VBOX_WITH_VIDEOHWACCEL)
     652 if1of ($(KBUILD_TARGET), win linux)
     653  PROGRAMS += VBoxTestOGL2D
     654  VBoxTestOGL2D_TEMPLATE := $(if $(VBOX_WITH_HARDENING),VBOXQT4GUI,VBOXQT4GUIEXE)
     655  VBoxTestOGL2D_SOURCES = \
     656      src/VBoxTestQGLApp.cpp \
     657      src/VBoxGLSupportInfo.cpp
     658  VBoxTestOGL2D_QT_MODULES = Core Gui OpenGL
     659  VBoxTestOGL2D_INCS = include
     660  VBoxTestOGL2D_LDFLAGS.darwin += -framework OpenGL
     661  VBoxTestOGL2D_LIBS.win     += $(PATH_SDK_WINPSDK_LIB)/Opengl32.lib
     662  VBoxTestOGL2D_LIBS.solaris += GL
     663 endif
     664endif
    647665
    648666#
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette