Changeset 54046 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Jan 30, 2015 12:16:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r53955 r54046 119 119 "$@") 120 120 # The build certificate. 121 if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING) 121 if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING) && defined(VBOX_SIGNING_MODE) 122 122 $(VBOX_RTSIGNTOOL) extract-exe-signer-cert --exe $(VBOX_RTSIGNTOOL) --output "[email protected]" --der 123 123 $(VBOX_BIN2C) -ascii --append SUPBuildCert "[email protected]" $@
Note:
See TracChangeset
for help on using the changeset viewer.