Changeset 44278 in vbox for trunk/src/VBox
- Timestamp:
- Jan 13, 2013 8:52:34 PM (12 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r44260 r44278 361 361 common/path/RTPathParse.cpp \ 362 362 common/path/RTPathRealDup.cpp \ 363 common/path/RTPathRmCmd.cpp \ 363 364 common/path/RTPathStartsWithRoot.cpp \ 364 365 common/path/RTPathStripExt.cpp \ -
trunk/src/VBox/Runtime/common/zip/tarcmd.cpp
r35351 r44278 5 5 6 6 /* 7 * Copyright (C) 2010 Oracle Corporation7 * Copyright (C) 2010-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 59 59 *******************************************************************************/ 60 60 /** 61 * IP T TAR option structure.61 * IPRT TAR option structure. 62 62 */ 63 63 typedef struct RTZIPTARCMDOPS -
trunk/src/VBox/Runtime/tools/Makefile.kmk
r41477 r44278 5 5 6 6 # 7 # Copyright (C) 2006-201 2Oracle Corporation7 # Copyright (C) 2006-2013 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 37 37 38 38 # 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. 39 44 PROGRAMS += RTManifest 40 45 RTManifest_TEMPLATE = VBOXR3TSTEXE
Note:
See TracChangeset
for help on using the changeset viewer.