VirtualBox

Changeset 69603 in vbox


Ignore:
Timestamp:
Nov 6, 2017 5:23:11 PM (7 years ago)
Author:
vboxsync
Message:

Runtime/tools: Added hack for accessing the 'vd' VFS chain element implemented by StorageLib.

Location:
trunk/src/VBox/Runtime
Files:
1 added
1 edited

Legend:

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

    r68834 r69603  
    6969 RTCat_TEMPLATE = VBoxR3Tool
    7070 RTCat_SOURCES = RTCat.cpp
     71 RTCat_SOURCES += ../VBox/LoadVBoxDDU.cpp
    7172
    7273 # RTIsoMaker - ISO image maker - build version.
     
    7475 RTIsoMaker_TEMPLATE = VBoxR3Tool
    7576 RTIsoMaker_SOURCES = RTIsoMaker.cpp
     77 RTIsoMaker_SOURCES += ../VBox/LoadVBoxDDU.cpp
    7678
    7779 # RTLs is a tool for listing file information.
     
    7981 RTLs_TEMPLATE = VBoxR3Tool
    8082 RTLs_SOURCES = RTLs.cpp
     83 RTLs_SOURCES += ../VBox/LoadVBoxDDU.cpp
    8184
    8285 # RTRm is a tool for removing files and directories.
     
    8487 RTRm_TEMPLATE = VBoxR3Tool
    8588 RTRm_SOURCES = RTRm.cpp
     89 RTRm_SOURCES += ../VBox/LoadVBoxDDU.cpp
    8690
    8791 # RTManifest is a tool for creating and verifying manifest files.
     
    8993 RTManifest_TEMPLATE = VBoxR3Tool
    9094 RTManifest_SOURCES = RTManifest.cpp
     95 RTManifest_SOURCES += ../VBox/LoadVBoxDDU.cpp
    9196
    9297 # RTLdrFlt is similar to c++filt, except that it's for VMMR0.r0 stacks.
     
    99104 RTGzip_TEMPLATE = VBoxR3Tool
    100105 RTGzip_SOURCES = RTGzip.cpp
     106 RTGzip_SOURCES += ../VBox/LoadVBoxDDU.cpp
    101107
    102108 ifdef VBOX_WITH_LIBCURL
    103  # RTHttp - our http/https fetcher (for testing the http client API).
    104  PROGRAMS += RTHttp
    105  RTHttp_TEMPLATE = VBoxR3Tool
    106  RTHttp_SOURCES = RTHttp.cpp
     109  # RTHttp - our http/https fetcher (for testing the http client API).
     110  PROGRAMS += RTHttp
     111  RTHttp_TEMPLATE = VBoxR3Tool
     112  RTHttp_SOURCES = RTHttp.cpp
    107113 endif
    108114
     
    116122 RTTar_TEMPLATE = VBoxR3Tool
    117123 RTTar_SOURCES = RTTar.cpp
     124 RTTar_SOURCES += ../VBox/LoadVBoxDDU.cpp
    118125
    119126 # RTUnzip - our unzip clone (for testing the unzip streaming code)
     
    121128 RTUnzip_TEMPLATE = VBoxR3Tool
    122129 RTUnzip_SOURCES = RTUnzip.cpp
     130 RTUnzip_SOURCES += ../VBox/LoadVBoxDDU.cpp
    123131
    124132 # RTNtDbgHelp - our tar clone (for testing the tar/gzip/gunzip streaming code)
     
    139147
    140148 if1of ($(KBUILD_TARGET), darwin linux solaris win)
    141  # RTKrnlModInfo - our lsmod/kextstat clone (for testing the RTKrnlMod code).
    142  PROGRAMS += RTKrnlModInfo
    143  RTKrnlModInfo_TEMPLATE = VBoxR3Tool
    144  RTKrnlModInfo_SOURCES = RTKrnlModInfo.cpp
     149  # RTKrnlModInfo - our lsmod/kextstat clone (for testing the RTKrnlMod code).
     150  PROGRAMS += RTKrnlModInfo
     151  RTKrnlModInfo_TEMPLATE = VBoxR3Tool
     152  RTKrnlModInfo_SOURCES = RTKrnlModInfo.cpp
    145153 endif
    146154
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