VirtualBox

Ignore:
Timestamp:
Sep 11, 2022 10:17:35 PM (2 years ago)
Author:
vboxsync
Message:

Add/*.kmk: Always check for both VBOX_SIGNING_MODE and VBOX_SIGN_ADDITIONS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk

    r96407 r96691  
    9595VBoxDisp_VBOX_IMPORT_CHECKER.win.amd64 = xp64/r0
    9696
    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.
     98if defined(VBOX_SIGNING_MODE) && defined(VBOX_SIGN_ADDITIONS)
     99 VBoxDisp_INSTTYPE           := none
     100 VBoxDisp_DEBUG_INSTTYPE     := both
    102101 ifdef VBOX_WITH_WDDM
    103   VBoxDispD3D_INSTTYPE       = none
    104   VBoxDispD3D_DEBUG_INSTTYPE = both
     102  VBoxDispD3D_INSTTYPE       := none
     103  VBoxDispD3D_DEBUG_INSTTYPE := both
    105104  ifdef VBOX_WITH_WDDM_DX
    106    VBoxDX_INSTTYPE           = none
    107    VBoxDX_DEBUG_INSTTYPE     = both
     105   VBoxDX_INSTTYPE           := none
     106   VBoxDX_DEBUG_INSTTYPE     := both
    108107  endif
    109108 endif
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