Changeset 95686 in vbox
- Timestamp:
- Jul 17, 2022 9:48:28 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r95684 r95686 3971 3971 VBOX_SIGNTOOL ?= $(VBOX_RETRY) "$(VBOX_PATH_SIGN_TOOLS)/signtool.exe" 3972 3972 VBOX_SIGNTOOL_SHA1 ?= $(VBOX_SIGNTOOL) 3973 VBOX_SIGNTOOL_SHA1_ORDERDEPS ?= $(VBOX_SIGNTOOL_ORDERDEPS)3973 VBOX_SIGNTOOL_SHA1_ORDERDEPS ?= 3974 3974 VBOX_SIGNTOOL_SHA2 ?= $(VBOX_SIGNTOOL) 3975 VBOX_SIGNTOOL_SHA2_ORDERDEPS ?= $(VBOX_SIGNTOOL_ORDERDEPS)3975 VBOX_SIGNTOOL_SHA2_ORDERDEPS ?= 3976 3976 VBOX_SIGNTOOL_ORDERDEPS ?= $(VBOX_SIGNTOOL_SHA1_ORDERDEPS) $(VBOX_SIGNTOOL_SHA2_ORDERDEPS) 3977 3977 VBOX_INF2CAT ?= $(VBOX_PATH_SELFSIGN)/inf2cat.exe
Note:
See TracChangeset
for help on using the changeset viewer.