Changeset 12445 in vbox
- Timestamp:
- Sep 14, 2008 11:31:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r12429 r12445 1490 1490 ## Commands for signing an executable or a dll image after link. 1491 1491 VBOX_SIGN_IMAGE_CMDS ?= $(if $(eq $(tool_do),LINK_LIBRARY),,$(call VBOX_SIGN_FILE_FN,$(out))) 1492 ## Enable signing of the additions.1493 VBOX_SIGN_ADDITIONS ?= 11494 1492 endif 1493 ## Enable signing of the additions. 1494 VBOX_SIGN_ADDITIONS ?= 1 1495 1495 else 1496 1496 # Not windows build platform, ignore.
Note:
See TracChangeset
for help on using the changeset viewer.