- Timestamp:
- May 4, 2017 12:59:45 AM (7 years ago)
- Location:
- trunk/src/VBox/Runtime/tools
- Files:
-
- 1 added
- 1 edited
-
Makefile.kmk (modified) (1 diff)
-
RTLs.cpp (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/Makefile.kmk
r66595 r66769 45 45 && !defined(VBOX_ONLY_VALIDATIONKIT) 46 46 47 # RT Manifest is a tool for creating and verifying manifestfiles.47 # RTCat is a tool for displaying files. 48 48 PROGRAMS += RTCat 49 49 RTCat_TEMPLATE = VBoxR3Tool 50 50 RTCat_SOURCES = RTCat.cpp 51 52 # RTLs is a tool for listing file information. 53 PROGRAMS += RTLs 54 RTLs_TEMPLATE = VBoxR3Tool 55 RTLs_SOURCES = RTLs.cpp 51 56 52 57 # RTRm is a tool for removing files and directories.
Note:
See TracChangeset
for help on using the changeset viewer.

