Changeset 81775 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- Nov 11, 2019 6:14:36 PM (5 years ago)
- Location:
- trunk/src/VBox/Runtime/tools
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/Makefile.kmk
r81546 r81775 208 208 RTFuzzClient_SOURCES = RTFuzzClient.cpp 209 209 210 # RTEfiFatExtract - Extracting single files from a fat EFI binary. 211 PROGRAMS += RTEfiFatExtract 212 RTEfiFatExtract_TEMPLATE = VBoxR3Tool 213 RTEfiFatExtract_SOURCES = RTEfiFatExtract.cpp 214 210 215 if1of ($(KBUILD_TARGET), darwin linux solaris win) 211 216 # RTKrnlModInfo - our lsmod/kextstat clone (for testing the RTKrnlMod code).
Note:
See TracChangeset
for help on using the changeset viewer.