VirtualBox

Changeset 44278 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 13, 2013 8:52:34 PM (12 years ago)
Author:
vboxsync
Message:

IPRT: Initial implementation of rm. Missing interactivity. Not tested at all (later).

Location:
trunk/src/VBox/Runtime
Files:
2 added
3 edited

Legend:

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

    r44260 r44278  
    361361        common/path/RTPathParse.cpp \
    362362        common/path/RTPathRealDup.cpp \
     363        common/path/RTPathRmCmd.cpp \
    363364        common/path/RTPathStartsWithRoot.cpp \
    364365        common/path/RTPathStripExt.cpp \
  • trunk/src/VBox/Runtime/common/zip/tarcmd.cpp

    r35351 r44278  
    55
    66/*
    7  * Copyright (C) 2010 Oracle Corporation
     7 * Copyright (C) 2010-2013 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    5959*******************************************************************************/
    6060/**
    61  * IPT TAR option structure.
     61 * IPRT TAR option structure.
    6262 */
    6363typedef struct RTZIPTARCMDOPS
  • trunk/src/VBox/Runtime/tools/Makefile.kmk

    r41477 r44278  
    55
    66#
    7 # Copyright (C) 2006-2012 Oracle Corporation
     7# Copyright (C) 2006-2013 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    3737
    3838 # RTManifest is a tool for creating and verifying manifest files.
     39 PROGRAMS += RTRm
     40 RTRm_TEMPLATE = VBOXR3TSTEXE
     41 RTRm_SOURCES = RTRm.cpp
     42
     43 # RTManifest is a tool for creating and verifying manifest files.
    3944 PROGRAMS += RTManifest
    4045 RTManifest_TEMPLATE = VBOXR3TSTEXE
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