Changeset 56945 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 15, 2015 6:28:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r56733 r56945 251 251 VBoxDD_DEFS += VBOX_WITH_VMSVGA3D 252 252 VBoxDD_SOURCES += Graphics/DevVGA-SVGA3d-shared.cpp 253 if eq ($(KBUILD_TARGET),win) # (Disable this to work with OpenGL on Windows.)253 if "$(KBUILD_TARGET)" == "win" && !defined(VBOX_WITH_VMSVGA3D_USE_OPENGL) 254 254 VBoxDD_SOURCES += Graphics/DevVGA-SVGA3d-win.cpp 255 255 VBoxDD_LIBS.win += d3d9.lib $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/delayimp.lib
Note:
See TracChangeset
for help on using the changeset viewer.