Changeset 51696 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- Jun 23, 2014 4:30:29 PM (10 years ago)
- Location:
- trunk/src/VBox/Runtime/tools
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/Makefile.kmk
r49116 r51696 66 66 RTTar_SOURCES = RTTar.cpp 67 67 68 # RTUnzip - our unzip clone (for testing the unzip streaming code) 69 PROGRAMS += RTUnzip 70 RTUnzip_TEMPLATE = VBoxR3Tool 71 RTUnzip_SOURCES = RTUnzip.cpp 72 68 73 # RTNtDbgHelp - our tar clone (for testing the tar/gzip/gunzip streaming code) 69 74 PROGRAMS.win += RTNtDbgHelp -
trunk/src/VBox/Runtime/tools/RTUnzip.cpp
r51634 r51696 40 40 if (RT_FAILURE(rc)) 41 41 return RTMsgInitFailure(rc); 42 return RTZip TarCmd(argc, argv);42 return RTZipUnzipCmd(argc, argv); 43 43 } 44 44
Note:
See TracChangeset
for help on using the changeset viewer.