Changeset 96691 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray
- Timestamp:
- Sep 11, 2022 10:17:35 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153574
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk
r96407 r96691 31 31 PROGRAMS += VBoxTray 32 32 VBoxTray_TEMPLATE = VBoxGuestR3Exe 33 if def VBOX_SIGN_ADDITIONS# (See the parent makefile.)34 VBoxTray_INSTTYPE = none35 VBoxTray_DEBUG_INSTTYPE = both33 if defined(VBOX_SIGNING_MODE) && defined(VBOX_SIGN_ADDITIONS) # (See the parent makefile.) 34 VBoxTray_INSTTYPE := none 35 VBoxTray_DEBUG_INSTTYPE := both 36 36 endif 37 37 VBoxTray_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST)
Note:
See TracChangeset
for help on using the changeset viewer.