VirtualBox

Changeset 74298 in vbox for trunk/src


Ignore:
Timestamp:
Sep 16, 2018 3:49:06 PM (6 years ago)
Author:
vboxsync
Message:

bldRTSignTool is apparently needed by extpack builds on windows. bugref:9152

File:
1 edited

Legend:

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

    r74295 r74298  
    5656 bldRTManifest_SOURCES  = RTManifest.cpp
    5757
    58  if !defined(VBOX_ONLY_EXTPACKS)
    59 
     58
     59 if !defined(VBOX_ONLY_EXTPACKS) || "$(KBUILD_TARGET)" == "win"
    6060  # RTSignTool - Signing utility - build version.  Signed on windows so we can get the certificate from it.
    6161  BLDPROGS += bldRTSignTool
     
    6464  bldRTSignTool_DEFS = IPRT_IN_BUILD_TOOL
    6565  bldRTSignTool_POST_CMDS.win = $(VBOX_SIGN_IMAGE_CMDS)
    66 
     66 endif
     67
     68 if !defined(VBOX_ONLY_EXTPACKS)
    6769  # RTLdrCheckImports - import checker.
    6870  PROGRAMS += bldRTLdrCheckImports
     
    7072  bldRTLdrCheckImports_DEFS = IPRT_IN_BUILD_TOOL
    7173  bldRTLdrCheckImports_SOURCES = RTLdrCheckImports.cpp
    72 
    7374 endif
    7475endif
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