VirtualBox

Changeset 68830 in vbox


Ignore:
Timestamp:
Sep 22, 2017 2:26:36 PM (7 years ago)
Author:
vboxsync
Message:

doc build fix (need bldRTIsoMaker).

Location:
trunk/src/VBox/Runtime
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r68742 r68830  
    5959 #
    6060 LIBRARIES += RuntimeR3 RuntimeBldProg
     61 include $(PATH_SUB_CURRENT)/tools/Makefile.kmk
    6162
    6263else ifdef VBOX_ONLY_EXTPACKS_USE_IMPLIBS
  • trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp

    r68821 r68830  
    11181118                       "\n"
    11191119                       "\n"
    1120                        "Options - Testing:\n"
     1120                       "Options - Testing (not applicable to VISO):\n"
    11211121                       "\n"
    11221122                       "    --output-buffer-size <bytes>\n"
  • trunk/src/VBox/Runtime/tools/Makefile.kmk

    r68813 r68830  
    55
    66#
    7 # Copyright (C) 2006-2016 Oracle Corporation
     7# Copyright (C) 2006-2017 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    4646bldRTIsoMaker_INCS = ../include
    4747
    48 # RTManifest is a tool for creating and verifying manifest files - build version.
    49 BLDPROGS += bldRTManifest
    50 bldRTManifest_TEMPLATE = VBoxAdvBldProg
    51 bldRTManifest_SOURCES  = RTManifest.cpp
    5248
    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)
     49if !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
     63endif
    5964
    6065if  !defined(VBOX_ONLY_ADDITIONS) \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette