Changeset 68813 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- Sep 21, 2017 7:53:07 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118066
- Location:
- trunk/src/VBox/Runtime/tools
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/Makefile.kmk
r67317 r68813 29 29 30 30 31 # RTIsoMaker - ISO image maker - build version. 32 BLDPROGS += bldRTIsoMaker 33 bldRTIsoMaker_TEMPLATE = VBoxAdvBldProg 34 bldRTIsoMaker_SOURCES = \ 35 RTIsoMaker.cpp \ 36 ../common/misc/buildconfig.cpp 37 bldRTIsoMaker_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)\" 46 bldRTIsoMaker_INCS = ../include 47 31 48 # RTManifest is a tool for creating and verifying manifest files - build version. 32 49 BLDPROGS += bldRTManifest … … 49 66 RTCat_TEMPLATE = VBoxR3Tool 50 67 RTCat_SOURCES = RTCat.cpp 68 69 # RTIsoMaker - ISO image maker - build version. 70 PROGRAMS += RTIsoMaker 71 RTIsoMaker_TEMPLATE = VBoxR3Tool 72 RTIsoMaker_SOURCES = RTIsoMaker.cpp 51 73 52 74 # RTLs is a tool for listing file information.
Note:
See TracChangeset
for help on using the changeset viewer.