VirtualBox

Ignore:
Timestamp:
Sep 11, 2022 10:17:35 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153574
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/VBoxTray/Makefile.kmk

    r96407 r96691  
    3131PROGRAMS += VBoxTray
    3232VBoxTray_TEMPLATE = VBoxGuestR3Exe
    33 ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
    34  VBoxTray_INSTTYPE = none
    35  VBoxTray_DEBUG_INSTTYPE = both
     33if defined(VBOX_SIGNING_MODE) && defined(VBOX_SIGN_ADDITIONS) # (See the parent makefile.)
     34 VBoxTray_INSTTYPE       := none
     35 VBoxTray_DEBUG_INSTTYPE := both
    3636endif
    3737VBoxTray_SDKS     = ReorderCompilerIncs $(VBOX_WINDDK_GST)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette