Changeset 76191 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 12, 2018 5:51:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/Makefile.kmk
r76160 r76191 98 98 VBoxGuest-inf_MODE = a+r,u+w 99 99 VBoxGuest-inf_SOURCES = \ 100 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf 101 ifdef VBOX_SIGN_ADDITIONS 102 VBoxGuest-inf_SOURCES += \ 100 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf \ 103 101 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.cat \ 104 102 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys \ 105 103 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxControl.exe \ 106 104 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxTray.exe 107 endif # signing108 105 VBoxGuest-inf_CLEAN = $(VBoxGuest-inf_SOURCES) 109 106 VBoxGuest-inf_BLDDIRS = \
Note:
See TracChangeset
for help on using the changeset viewer.