VirtualBox

Changeset 68813 in vbox for trunk/src/VBox/Runtime/tools


Ignore:
Timestamp:
Sep 21, 2017 7:53:07 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118066
Message:

IPRT: Added ISO maker tool frontend (will use for building later). Started documenting its usage. Implemented a couple of compatibility options.

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

Legend:

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

    r67317 r68813  
    2929
    3030
     31# RTIsoMaker - ISO image maker - build version.
     32BLDPROGS += bldRTIsoMaker
     33bldRTIsoMaker_TEMPLATE = VBoxAdvBldProg
     34bldRTIsoMaker_SOURCES = \
     35        RTIsoMaker.cpp \
     36       ../common/misc/buildconfig.cpp
     37bldRTIsoMaker_DEFS = \
     38        IPRT_BLDCFG_SCM_REV=$(if $(VBOX_SVN_REV_FALLBACK),$(VBOX_SVN_REV_FALLBACK),$(VBOX_SVN_REV)) \
     39        IPRT_BLDCFG_VERSION_STRING=\"$(VBOX_VERSION_STRING)\" \
     40        IPRT_BLDCFG_VERSION_MAJOR=$(VBOX_VERSION_MAJOR) \
     41        IPRT_BLDCFG_VERSION_MINOR=$(VBOX_VERSION_MINOR) \
     42        IPRT_BLDCFG_VERSION_BUILD=$(VBOX_VERSION_BUILD) \
     43        IPRT_BLDCFG_TARGET=\"$(KBUILD_TARGET)\" \
     44        IPRT_BLDCFG_TARGET_ARCH=\"$(KBUILD_TARGET_ARCH)\" \
     45        IPRT_BLDCFG_TYPE=\"$(KBUILD_TYPE)\"
     46bldRTIsoMaker_INCS = ../include
     47
    3148# RTManifest is a tool for creating and verifying manifest files - build version.
    3249BLDPROGS += bldRTManifest
     
    4966 RTCat_TEMPLATE = VBoxR3Tool
    5067 RTCat_SOURCES = RTCat.cpp
     68
     69 # RTIsoMaker - ISO image maker - build version.
     70 PROGRAMS += RTIsoMaker
     71 RTIsoMaker_TEMPLATE = VBoxR3Tool
     72 RTIsoMaker_SOURCES = RTIsoMaker.cpp
    5173
    5274 # RTLs is a tool for listing file information.
Note: See TracChangeset for help on using the changeset viewer.

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