VirtualBox

Changeset 56945 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jul 15, 2015 6:28:06 PM (10 years ago)
Author:
vboxsync
Message:

Devices/Makefile.kmk: Introducing VBOX_WITH_VMSVGA3D_USE_OPENGL for selecting the alternative SVGA3d backend on windows (i.e. OpenGL).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r56733 r56945  
    251251  VBoxDD_DEFS           += VBOX_WITH_VMSVGA3D
    252252  VBoxDD_SOURCES        += Graphics/DevVGA-SVGA3d-shared.cpp
    253   ifeq ($(KBUILD_TARGET),win) # (Disable this to work with OpenGL on Windows.)
     253  if  "$(KBUILD_TARGET)" == "win" && !defined(VBOX_WITH_VMSVGA3D_USE_OPENGL)
    254254   VBoxDD_SOURCES       += Graphics/DevVGA-SVGA3d-win.cpp
    255255   VBoxDD_LIBS.win      += d3d9.lib $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/delayimp.lib
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