Changeset 42314 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp
- Timestamp:
- Jul 23, 2012 4:22:46 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79382
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk
r42280 r42314 66 66 VBoxVideoWddm_TEMPLATE = VBOXGUESTR0 67 67 VBoxVideoWddm_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST_WLH) 68 VBoxVideoWddm_DEFS += VBOX_WITH_8BPP_MODES 68 VBoxVideoWddm_DEFS += VBOX_WITH_8BPP_MODES DXGKDDI_INTERFACE_VERSION=0x1053 69 69 VBoxVideoWddm_DEFS += VBOX_WDDM_MINIPORT VBOX_WITH_WDDM VBOX_WITH_HGCM 70 70 ifdef VBOX_WITH_VIDEOHWACCEL … … 160 160 VBoxVideoW8_TEMPLATE = VBOXGUESTR0 161 161 VBoxVideoW8_SDKS = $(VBOX_WINDDK_GST_W8) # No ReorderCompilerIncs here! 162 VBoxVideoW8_DEFS = $( VBoxVideoWddm_DEFS) VBOX_WDDM_WIN8162 VBoxVideoW8_DEFS = $(subst DXGKDDI_INTERFACE_VERSION=0x1053,DXGKDDI_INTERFACE_VERSION=0x300E,$(VBoxVideoWddm_DEFS)) VBOX_WDDM_WIN8 163 163 VBoxVideoW8_SOURCES = $(subst VBoxMPWddm.rc,VBoxMPW8.rc,$(VBoxVideoWddm_SOURCES)) 164 164 VBoxVideoW8_LIBS.x86 = $(NO_SUCH_VARIABLE)
Note:
See TracChangeset
for help on using the changeset viewer.