VirtualBox

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


Ignore:
Timestamp:
Jun 23, 2014 4:30:29 PM (10 years ago)
Author:
vboxsync
Message:

Runtime: PKZip stream reader

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

Legend:

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

    r49116 r51696  
    6666 RTTar_SOURCES = RTTar.cpp
    6767
     68 # RTUnzip - our unzip clone (for testing the unzip streaming code)
     69 PROGRAMS += RTUnzip
     70 RTUnzip_TEMPLATE = VBoxR3Tool
     71 RTUnzip_SOURCES = RTUnzip.cpp
     72
    6873 # RTNtDbgHelp - our tar clone (for testing the tar/gzip/gunzip streaming code)
    6974 PROGRAMS.win += RTNtDbgHelp
  • trunk/src/VBox/Runtime/tools/RTUnzip.cpp

    r51634 r51696  
    4040    if (RT_FAILURE(rc))
    4141        return RTMsgInitFailure(rc);
    42     return RTZipTarCmd(argc, argv);
     42    return RTZipUnzipCmd(argc, argv);
    4343}
    4444
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