Changeset 63499 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Aug 15, 2016 8:41:51 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110152
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r63463 r63499 116 116 '#include <VBox/sup.h>' \ 117 117 '' 118 $(foreach cert,$(VBOX_SUP_WIN_CERTS), $(NLTAB)$(VBOX_BIN2C) -ascii --append \118 $(foreach cert,$(VBOX_SUP_WIN_CERTS), $(NLTAB)$(VBOX_BIN2C) -ascii --append --static --no-size \ 119 119 "SUP$(firstword $(subst =,$(SP) ,$(cert)))" \ 120 120 "$(VBOX_PATH_SUPR3_CERTIFICATES)/$(lastword $(subst =,$(SP) ,$(cert)))" \ 121 121 "$@") 122 $(SED) -e "/const unsigned g_cb/d" --output "[email protected]" "$@"123 $(MV) -f -- "[email protected]" "$@"124 122 # The build certificate. 125 123 if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING) && defined(VBOX_SIGNING_MODE)
Note:
See TracChangeset
for help on using the changeset viewer.