VirtualBox

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


Ignore:
Timestamp:
Nov 29, 2010 3:00:56 PM (14 years ago)
Author:
vboxsync
Message:

Made RTManifest a build program, this drags in IPRT and libcrypto into the build program run.

Location:
trunk/src/VBox/Runtime/tools
Files:
2 edited

Legend:

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

    r34464 r34466  
    3333RTManifest_SOURCES = RTManifest.cpp
    3434
     35BLDPROGS += bldRTManifest
     36bldRTManifest_TEMPLATE = VBoxAdvBldProg
     37bldRTManifest_SOURCES  = RTManifest.cpp
     38
    3539# RTLdrFlt is similar to c++filt, except that it's for VMMR0.r0 stacks.
    3640PROGRAMS += RTLdrFlt
  • trunk/src/VBox/Runtime/tools/RTManifest.cpp

    r34464 r34466  
    3838#include <iprt/message.h>
    3939#include <iprt/path.h>
     40#include <iprt/process.h>
    4041#include <iprt/stream.h>
    4142#include <iprt/string.h>
     
    361362
    362363            case 'h':
    363                 RTMsgInfo("Usage: %s [--manifest <file>] [--chdir <dir>] [--attribute <attrib-name> [..]] <files>\n"
    364                           "   or  %s --verify [--manifest <file>] [--chdir <dir>]\n"
    365                           "\n"
    366                           "attrib-name: size, md5, sha1, sha256 or sha512\n"
    367                           , argv[0], argv[0]);
     364                RTPrintf("Usage: %s [--manifest <file>] [--chdir <dir>] [--attribute <attrib-name> [..]] <files>\n"
     365                         "   or  %s --verify [--manifest <file>] [--chdir <dir>]\n"
     366                         "\n"
     367                         "attrib-name: size, md5, sha1, sha256 or sha512\n"
     368                         , RTProcShortName(), RTProcShortName());
    368369                return RTEXITCODE_SUCCESS;
    369370
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