VirtualBox

Changeset 5760 in vbox


Ignore:
Timestamp:
Nov 15, 2007 5:10:33 PM (17 years ago)
Author:
vboxsync
Message:

runtime: add generic command line parser, moved from webservice.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r5710 r5760  
    417417/** Trailing spaces. */
    418418#define VWRN_TRAILING_SPACES                77
     419/** RTGetOpt: command line option not recognized. */
     420#define VERR_GETOPT_UNKNOWN_OPTION          -78
     421/** RTGetOpt: command line option needs argument. */
     422#define VERR_GETOPT_REQUIRED_ARGUMENT_MISSING  -79
     423/** RTGetOpt: command line option has argument with bad format. */
     424#define VERR_GETOPT_INVALID_ARGUMENT_FORMAT -80
     425
    419426/** @} */
    420427
  • trunk/src/VBox/Runtime/Makefile.kmk

    r5653 r5760  
    151151        common/misc/assert.cpp \
    152152        common/misc/rand.cpp \
     153        common/misc/getopt.cpp \
    153154        common/misc/req.cpp \
    154155        common/misc/sanity-c.c \
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