Changeset 68830 in vbox
- Timestamp:
- Sep 22, 2017 2:26:36 PM (7 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r68742 r68830 59 59 # 60 60 LIBRARIES += RuntimeR3 RuntimeBldProg 61 include $(PATH_SUB_CURRENT)/tools/Makefile.kmk 61 62 62 63 else ifdef VBOX_ONLY_EXTPACKS_USE_IMPLIBS -
trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp
r68821 r68830 1118 1118 "\n" 1119 1119 "\n" 1120 "Options - Testing :\n"1120 "Options - Testing (not applicable to VISO):\n" 1121 1121 "\n" 1122 1122 " --output-buffer-size <bytes>\n" -
trunk/src/VBox/Runtime/tools/Makefile.kmk
r68813 r68830 5 5 6 6 # 7 # Copyright (C) 2006-201 6Oracle Corporation7 # Copyright (C) 2006-2017 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 46 46 bldRTIsoMaker_INCS = ../include 47 47 48 # RTManifest is a tool for creating and verifying manifest files - build version.49 BLDPROGS += bldRTManifest50 bldRTManifest_TEMPLATE = VBoxAdvBldProg51 bldRTManifest_SOURCES = RTManifest.cpp52 48 53 # RTSignTool - Signing utility - build version. Signed on windows so we can get the certificate from it. 54 BLDPROGS += bldRTSignTool 55 bldRTSignTool_TEMPLATE = VBoxAdvBldProg 56 bldRTSignTool_SOURCES = RTSignTool.cpp 57 bldRTSignTool_DEFS = IPRT_IN_BUILD_TOOL 58 bldRTSignTool_POST_CMDS.win = $(VBOX_SIGN_IMAGE_CMDS) 49 if !defined(VBOX_ONLY_DOCS) 50 51 # RTManifest is a tool for creating and verifying manifest files - build version. 52 BLDPROGS += bldRTManifest 53 bldRTManifest_TEMPLATE = VBoxAdvBldProg 54 bldRTManifest_SOURCES = RTManifest.cpp 55 56 # RTSignTool - Signing utility - build version. Signed on windows so we can get the certificate from it. 57 BLDPROGS += bldRTSignTool 58 bldRTSignTool_TEMPLATE = VBoxAdvBldProg 59 bldRTSignTool_SOURCES = RTSignTool.cpp 60 bldRTSignTool_DEFS = IPRT_IN_BUILD_TOOL 61 bldRTSignTool_POST_CMDS.win = $(VBOX_SIGN_IMAGE_CMDS) 62 63 endif 59 64 60 65 if !defined(VBOX_ONLY_ADDITIONS) \
Note:
See TracChangeset
for help on using the changeset viewer.