Changeset 96691 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk
- Timestamp:
- Sep 11, 2022 10:17:35 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk
r96407 r96691 95 95 VBoxDisp_VBOX_IMPORT_CHECKER.win.amd64 = xp64/r0 96 96 97 # Signing requires both miniport and display drivers 98 # so it'd be dealt with in the parent makefile. 99 ifdef VBOX_SIGN_ADDITIONS 100 VBoxDisp_INSTTYPE = none 101 VBoxDisp_DEBUG_INSTTYPE = both 97 # Signing requires both miniport and display drivers so it'll be dealt with in the parent makefile. 98 if defined(VBOX_SIGNING_MODE) && defined(VBOX_SIGN_ADDITIONS) 99 VBoxDisp_INSTTYPE := none 100 VBoxDisp_DEBUG_INSTTYPE := both 102 101 ifdef VBOX_WITH_WDDM 103 VBoxDispD3D_INSTTYPE = none104 VBoxDispD3D_DEBUG_INSTTYPE = both102 VBoxDispD3D_INSTTYPE := none 103 VBoxDispD3D_DEBUG_INSTTYPE := both 105 104 ifdef VBOX_WITH_WDDM_DX 106 VBoxDX_INSTTYPE = none107 VBoxDX_DEBUG_INSTTYPE = both105 VBoxDX_INSTTYPE := none 106 VBoxDX_DEBUG_INSTTYPE := both 108 107 endif 109 108 endif
Note:
See TracChangeset
for help on using the changeset viewer.